	
		// <![CDATA[
		function playvideo1lo() {
		var so = new SWFObject("playFLV1_lo.swf", "video1lo", "330", "300", "8", "#FFFFFF");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.addParam("quality", "high");
		so.write("video");
		}
		
			function playvideo1hi() {
		var so = new SWFObject("playFLV1_hi.swf", "video1hi", "330", "300", "8", "#FFFFFF");
		so.addParam("quality", "high");
		so.write("video");
		}
		
				function playvideo2lo() {
		var so = new SWFObject("playFLV2_lo.swf", "video2lo", "330", "300", "8", "#FFFFFF");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.addParam("quality", "high");
		so.write("video");
		}
					function playvideo2hi() {
		var so = new SWFObject("playFLV2_hi.swf", "video2hi", "330", "300", "8", "#FFFFFF");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.addParam("quality", "high");
		so.write("video");
		}
		
						function playvideopromo() {
		var so = new SWFObject("playFLVpromo.swf", "videopromo", "330", "300", "8", "#FFFFFF");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.addParam("quality", "high");
		so.write("video");
		}
		
				function playnewvideo1hi() {
		var so = new SWFObject("NewFLVPlay1.swf", "NewFLVPlay1", "330", "300", "8", "#FFFFFF");
		so.addParam("quality", "high");
		so.write("video");
		}
					function playnewvideo2hi() {
		var so = new SWFObject("NewFLVPlay2.swf", "NewFLVPlay2", "330", "300", "8", "#FFFFFF");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.addParam("quality", "high");
		so.write("video");
		}
		
						function playnewvideopromo() {
		var so = new SWFObject("NewFLVpromo.swf", "NewFLVpromo", "330", "300", "8", "#FFFFFF");
		so.addVariable("flashVarText", "this is passed in via FlashVars for example only"); // this line is optional, but this example uses the variable and displays this text inside the flash movie
		so.addParam("quality", "high");
		so.write("video");
		}
		
			
if(navigator.appName == "Microsoft Internet Explorer")
{
 window.location = "video.html"
}
 window.location == "index.html"
 
var browserName=navigator.appName; 
if (browserName=="Netscape")
{ window.location = "video.html"}

		
		// ]]>
