function changeVdo(val)
{
	var objectString = "";
	var browserName=navigator.appName;
	if(val == 2)
	{
		if (browserName != "Microsoft Internet Explorer")
 		{
			objectString += '<object WIDTH="335" HEIGHT="300" data="flvplayer.swf?file=flv/vstar.flv&amp;autostart=true">';
		}
		objectString += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="335" HEIGHT="300"><param name="movie" value="flvplayer.swf?file=flv/vstar.flv&amp;autostart=true"><param name="enabled" value="true"><param name="quality" value="best"></object>';
		if (browserName != "Microsoft Internet Explorer")
 		{
			objectString += '</object>';
		}
	}
	else
	{
		if (browserName != "Microsoft Internet Explorer")
 		{
			objectString += '<object WIDTH="335" HEIGHT="300" data="flvplayer.swf?file=flv/smartlipo.flv&amp;autostart=true">';
		}
		objectString += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="335" HEIGHT="300"><param name="movie" value="flvplayer.swf?file=flv/smartlipo.flv&amp;autostart=true"><param name="enabled" value="true"><param name="quality" value="best"></object>';
		if (browserName != "Microsoft Internet Explorer")
 		{
			objectString += '</object>';
		}
	}
	
	document.getElementById("displayVideo").innerHTML = objectString;
}
