//CopyRight EasyCome.Us - 3/2009
function embed(strID,strURL)
{
		var tmpstr='<center><embed src="'+strURL+'" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" width="100%" height="96%"></embed></center>';
		document.getElementById(strID).innerHTML = tmpstr;

}

function daily(strID,strURL)
{
		var tmpstr='<center><embed src="'+strURL+'&autoPlay=1" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" width="100%" height="96%"></embed></center>';
		document.getElementById(strID).innerHTML = tmpstr;

}


function google(strID,strURL)
{
		var tmpstr='<center><embed src="'+strURL+'&fs=true&autoplay=true" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" width="100%" height="96%"></embed></center>';
		document.getElementById(strID).innerHTML = tmpstr;

}


function youtube(strID,strURL)
{
		var tmpstr='<center><embed src="'+strURL+'&hl=en&fs=1" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" width="100%" height="96%"></embed></center>';
		document.getElementById(strID).innerHTML = tmpstr;

}

function veoh(strID,strURL)
{
		var tmpstr='<center><embed src="'+strURL+'&id=&player=videodetailsembedded&videoAutoPlay=1" allowFullScreen="true" width="100%" height="96%" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></center>';
		document.getElementById(strID).innerHTML = tmpstr;

}

function clipvn(strID,strURL)
{
		var tmpstr='<center><embed src="'+strURL+'" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" width="100%" height="96%"></embed></center>';
		document.getElementById(strID).innerHTML = tmpstr;

}


function swf(strID,strURL)
{
	var tmpstr="";
	tmpstr=''+'<br /><object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="96%"><param name="movie" value="'+strURL+'" /><param name="quality" value="high" /><param name="AllowScriptAccess" value="never" /><embed src="'+strURL+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="96%" /></object>';
	document.getElementById(strID).innerHTML = tmpstr;
}


function wmp(strID,strURL)
{
	var tmpstr="";
	tmpstr=''+'<br /><object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" type="application/x-oleobject" standby="Loading..." width="100%" height="96%"><param name="FileName" VALUE="'+strURL+'" /><param name="ShowStatusBar" value="-1" /><param name="AutoStart" value="true" /><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="'+strURL+'" autostart="true" width="100%" height="96%" /></object>';
	document.getElementById(strID).innerHTML = tmpstr;
}

