function LoadMovie( filename, Width, Height ){
	document.open();
	document.writeln('<embed src="./images/'+filename+'" width="'+Width+'" height= "'+Height+'" wmode="opaque" type="application/x-shockwave-flash" />');
	document.close();

}
