
function publicMasterFlash(pic,embedFlag)
{
	document.write('<OBJECT id="fla1" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="73" width="116" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>');
	document.write('<PARAM NAME="_cx" VALUE="3069">');
	document.write('<PARAM NAME="_cy" VALUE="1931">');
	document.write('<PARAM NAME="FlashVars" VALUE="">');
	document.write('<PARAM NAME="Movie" VALUE='+pic+'>');
	document.write('<PARAM NAME="Src" VALUE='+pic+'>');
	document.write('<PARAM NAME="WMode" VALUE="Window">');
	document.write('<PARAM NAME="Play" VALUE="0">');
	document.write('<PARAM NAME="Loop" VALUE="-1">');
	document.write('<PARAM NAME="Quality" VALUE="High">');
	document.write('<PARAM NAME="SAlign" VALUE="">');
	document.write('<PARAM NAME="Menu" VALUE="-1">');
	document.write('<PARAM NAME="Base" VALUE="">');
	document.write('<PARAM NAME="AllowScriptAccess" VALUE="always">');
	document.write('<PARAM NAME="Scale" VALUE="ShowAll">');
	document.write('<PARAM NAME="DeviceFont" VALUE=""0">');
	document.write('<PARAM NAME="EmbedMovie" VALUE="0">');
	document.write('<PARAM NAME="BGColor" VALUE="">');
	document.write('<PARAM NAME="SWRemote" VALUE="">');
	document.write('<PARAM NAME="MovieData" VALUE="">');
	
	if(eval(embedFlag)==0)
	{
		document.write('<embed onClick="alert("1")" type="application/x-shockwave-flash" height="73px" width="116px"> </embed>');
	}
	else
	{
		document.write('<embed src='+pic+' type="application/x-shockwave-flash" height="73px" width="116px"> </embed>');
	}
	
	document.write('</OBJECT>');
}

