function RunFlash(url,width,height) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="movie" value="'+url+'" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed allowScriptAccess="sameDomain" src="'+url+'" width="'+width+'" height="'+height+'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>\n');
	document.write('</object>\n');
}

function RunFlashVideo(url,width,height) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+width+'" height="'+height+'" id="FLV">\n');
	document.write('<param name="movie" value="http://www.marshallroofing.com/PLAYER.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="scale" value="noscale" />\n');
	document.write('<param name="bgcolor" value="#000000" />\n');
	document.write('<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=CLEARSKIN&streamName='+url+'&autoPlay=true&autoRewind=false" />\n');
	document.write('<embed src="http://www.marshallroofing.com/PLAYER.swf" flashvars="&MM_ComponentVersion=1&skinName=CLEARSKIN&streamName='+url+'&autoPlay=true&autoRewind=false" quality="high" scale="noscale" width="'+width+'" height="'+height+'" name="FLV" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}