//IE FLASH FIX
function flashFix(myMovie) {
	
	if (myMovie == "nav"){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="518" height="53">\n');
	document.write('<param name="movie" value="flash/home/nav.swf'+document.location.search+'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="flash/home/nav.swf'+document.location.search+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="518" height="53"></embed>\n');
	document.write('</object>\n');
	}
	
		if (myMovie == "home"){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="590" height="300">\n');
	document.write('<param name="movie" value="flash/home/jl_logo.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="flash/home/jl_logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="590" height="300"></embed>\n');
	document.write('</object>\n');
	}
	
	if (myMovie == "nav2"){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="518" height="53">\n');
	document.write('<param name="movie" value="flash/nav2.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="flash/nav2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="518" height="53"></embed>\n');
	document.write('</object>\n');
	}
}