// simply paste each line of the FULL <OBJECT> tag into each block below
// double quotes DO NOT need duplicating

function FlashAhAaaah()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="150" height="85" id="swish" align="right"><param name="movie" value="/flash/swish.swf"><param name="quality" value="high"> <param name="bgcolor" value="#ffffff"><embed src="/flash/swish.swf" quality="high" bgcolor="#ffffff"  width="150" height="85" name="swish" align="right" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>\n');
}


function ringSizeGuide() {
	if (navigator.appName == "Microsoft Internet Explorer") {
		thistop = document.documentElement.scrollTop;
		thisheight = document.documentElement.clientHeight /2;
	}else{
		thistop = window.pageYOffset;
		thisheight = window.innerHeight /2;
	}
	
	document.getElementById('ringsizeguide').style.top = thistop+thisheight-86 + "px";
	document.getElementById('ringsizeguide').style.display='block';
}

function prodEnlg(prodid) {
	if (navigator.appName == "Microsoft Internet Explorer") {
		thistop = document.documentElement.scrollTop;
		thisheight = document.documentElement.clientHeight /2;
	}else{
		thistop = window.pageYOffset;
		thisheight = window.innerHeight /2;
	}
	
	document.getElementById('enimg').src = "/prodhuge/" + prodid + ".jpg";
	document.getElementById('prodenlg').style.top = thistop+thisheight-250 + "px";
	document.getElementById('prodenlg').style.display='block';
	if (document.getElementById('howheard')) {
		document.getElementById('howheard').style.visibility='hidden';
	}
	
	return false;
}