
function playvideo(vid)
{
  VideoWin = window.open( "","VideoWin","width=320,height=240,toolbar=no,location=no,menubar=no,resizable=no,scrollbars=no");
  
  VideoWin.document.write('<html><head><title>Bengali Film Video Clip</title>');
  VideoWin.document.write('<link rel="stylesheet" href="/css/main.css" TYPE="text/css">');
  VideoWin.document.write('</head>');
  VideoWin.document.write('<BODY onResize="resize()" onLoad="window.focus()" BGCOLOR=#189ca8 topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
  VideoWin.document.write('<center>');
  
  VideoWin.document.write('<object type="application/x-shockwave-flash" data="player.swf" width="320" height="240">');
  VideoWin.document.write('<param name="movie" value="player.swf" />');
  VideoWin.document.write('<param name="FlashVars" value="flv=/cinema/vidclip/'+vid+'.flv&amp;width=320&amp;height=240&amp;showstop=1&amp;showvolume=1&amp;showtime=1&amp;startimage=/cinema/img/clipstart.jpg&amp;showfullscreen=1&amp;bgcolor1=333366&amp;bgcolor2=333366&amp;playercolor=333366&amp;onclick=/cgi-bin/shop.php?s=USDVD&amp;onclicktarget=_blank"/>');
  VideoWin.document.write('</object></body></html>');
  VideoWin.document.close();
  
  if (navigator.appName.substring(0,8) == "Netscape")
   VideoWin.focus();

}

// -->
