// JScript source code

function loadFlash(filename, width, height, id, image, imagealt) 
{
	document.write('<div><object type="application/x-shockwave-flash" data="'+filename+'" width="'+width+'" height="'+height+'" id="'+id+'">')
	document.write('<param name="allowScriptAccess" value="sameDomain" />')
	document.write('<param name="src" value="'+filename+'"/>')
	document.write('<param name="Movie" value="flash/'+filename+'"/>')
	document.write('<a href="http://www.adobe.com/products/flashplayer/"><img style="border:none" src="'+image+'" alt="+imagealt+" /></a>')
	document.write('</object></div>')
}
