function FlashLoad(sUrl, nWidth, nHeight)
{
	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="mFlash" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+nWidth+'" height="'+nHeight+'"><param name="movie" value="'+sUrl+'"><PARAM NAME="Menu" VALUE="false"><param name="quality" value="high"><PARAM name="wmode" value="transparent"><embed src="'+sUrl+'" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+nWidth+'" height="'+nHeight+'"></embed></object>');  	
}

function ObjectLoad(sID, sUrl)
{	
	document.writeln('<OBJECT ID="'+sID+'" width="0" height="0" codebase="'+sUrl+'" CLASSID="CLSID:FD1B28AD-5024-45E8-9013-54B8FDB9D740" VIEWASTEXT></OBJECT>');
}