<!--
// simply paste each line of the FULL <OBJECT> tag into each block below
// double quotes DO NOT need duplicating
// 7 lines should be enough for all relevant tags

function FlashAhAaaah()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="880" height="130" id="bubbly" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/flash/header_balloon.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="/flash/header_balloon.swf" quality="high" bgcolor="#ffffff" width="880" height="130" name="paragonwheel" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>\n');
}

// prodpage image switcher naughtily bunged in here //
function switchImg(theimg) {
	document.getElementById('MainImg').src="/prodbig/" + theimg + ".jpg";
	document.getElementById('curimg').value=theimg;
	return false;
}

function popEnlarge() {
	theimg = document.getElementById('curimg').value;
	var fin=window.open('enlarge.asp?img='+theimg,'popup_product','toolbar=no,status=no,resizable=no,menubar=no,scrollbar=no,width=550,height=600,left=10,top=10'); fin.focus(); return false;
	return false;
}

-->