<!-- Players function -->
function FLVPlayer(file,wd,ht)
  {
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0'  width='480' height='420' id='Test' align='middle'>");
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
	document.write("<param name='FlashVars' value='file=http://www.keralatourism.org/multimedia/video/"+ file+"'>");
	document.write("<param name='movie' value='http://www.keralatourism.org/multimedia/Videos.swf' />");
	document.write('<param name="menu" value="false" />');
	document.write("<param name='quality' value='high' />");
	document.write("<param name='play' value='true' />");
	document.write("<param name='AllowNetworking' value='all'>");
	document.write("<param name='bgcolor' value='#F1EFE2' />");
	document.write("<embed src='http://www.keralatourism.org/multimedia/Videos.swf' FlashVars='file=http://www.keralatourism.org/multimedia/video/"+file+"' play='true' menu='false' quality='high' bgcolor='#F1EFE2'width='480' height='420' name='Kerala Videos' align='middle' allowScriptAccess='sameDomain' play='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");

  }
<!-- End of function -->

<!-- Open Window function -->

function go(wind){
//window.open(wind, "", "width=530px, height=430px status=yes")
myWindow = window.open(wind, "", "width=450px, height=350px,screenX=100,screenY=100 status=yes")
//myWindow.document.write("Welcome to this new window!")
myWindow.document.bgColor="#c6e9c9"
myWindow.document.close()

}
<!-- Players function -->

