// JavaScript Document
function downloadNotice() {
    alert('IMPORTANT NOTICE! Once you have completed purchasing the Pilates 4 Runners System,\nyou MUST click on the link at the bottom of the PayPal page that reads "Return to Merchant".\n This will take you to the download page where you can download the Pilates 4 Runners system.\n Thank you!');
}

wholeurl = window.location.href;
if (wholeurl.indexOf('index.html') > 0) {
	var urlLOC = "1";
} else if (wholeurl.indexOf('ordering.html') > 0) {
	var urlLOC = "5";
} else if (wholeurl.indexOf('about.html') > 0) {
	var urlLOC = "6";
} else if (wholeurl.indexOf('what.html') > 0) {
	var urlLOC = "3";
} else if (wholeurl.indexOf('faq.html') > 0) {
	var urlLOC = "4";
} else if (wholeurl.indexOf('benefits.html') > 0) {
	var urlLOC = "2";
} else {var urlLOC = "1";}
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="246" height="470" id="p4rmenu" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="flash/p4rmenu.swf?loc=' + urlLOC + '" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<embed src="flash/p4rmenu.swf?loc=' + urlLOC + '" wmode="transparent" quality="high" bgcolor="#ffffff" width="246" height="470" name="p4rmenu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');