var newwindow=0;
function dispPopupVideo(url)
{

	if(navigator.appName == 'Netscape')
	{	
               if(newwindow)
                {
                        if(!newwindow.closed) newwindow.close();
                }

		newwindow=window.open('','video','height=480,width=470,left=0,top=0,resizable=no,scrollbars=no,toolbar=no,status=no');
		newwindow.document.write('<html>\n<head>\n<title>video</title>\n<script LANGUAGE="JavaScript">\n function FocusMe()\n{\n\t setTimeout("self.focus()",250);\n}\n </script>\n</head>');
		newwindow.document.write('<body onblur="FocusMe()">\n<embed src="includes/flvplayer.swf" width="450" height="374" allowfullscreen="true" allowscriptaccess="always" flashvars="&displayheight=350&file='+url+'&height=480&bufferlength=35&width=470&overstretch=fit&autostart=true&bwfile=100k.jpg&enablejs=true"/>\n <br>* หากไม่สามารถรับชมได้ กรุณาติดตั้ง Flash Player Plugin <a href="http://edltv.thai.net/modules/Blocks/images/upload/FlashPlayer9.exe" target="blank">คลิกที่นี่</a><br>* Download VDO <a href="'+url+'" target="blank">คลิกที่นี่</a><br><br><SCRIPT LANGUAGE="javascript1.1"> __th_page="'+ url+'";</SCRIPT><script language="javascript1.1" src="http://hits.truehits.in.th/data/t0029353.js"></script></body>\n</html>');

		if (window.focus) 
		{
			newwindow.focus()
		}
	}
	else
	{
               if(newwindow)
                {
                        if(!newwindow.closed) newwindow.close();
                }

		//newwindow=window.showModalDialog('index.php','','dialogHeight:384px;dialogWidth:470px;dialogLeft:0;dialogTop:0;resizable:no;scrollbars:no;toolbar:no;status:no');
		newwindow=window.open('','video','height=480,width=470,left=0,top=0,resizable=no,scrollbars=no,toolbar=no,status=no');
		//newindow=window.open('',null,'height=384,width=470,status=no,toolbar=no,menubar=no,location=no');
		newwindow.document.write('<html>\n<head>\n<title>video</title>\n<script LANGUAGE="JavaScript">\n function FocusMe()\n{\n\t setTimeout("self.focus()",250);\n}\n </script>\n</head>');
		//newwindow.document.write('<body onblur="FocusMe()">\n<embed src="includes/flvplayer.swf" width="450" height="374" allowfullscreen="true" allowscriptaccess="always" flashvars="&displayheight=350&file='+url+'&height=374&bufferlength=35&width=450&overstretch=fit&autostart=true&bwfile=100k.jpg&enablejs=true"/>\n<SCRIPT LANGUAGE="javascript1.1"> __th_page="'+ url+'";</SCRIPT><script language="javascript1.1" src="http://hits.truehits.in.th/data/t0029353.js"></script></body>\n</html>');

	newwindow.document.write('<body onblur="FocusMe()">\n<embed src="includes/flvplayer.swf" width="450" height="374" allowfullscreen="true" allowscriptaccess="always" flashvars="&displayheight=350&file='+url+'&height=480&bufferlength=35&width=470&overstretch=fit&autostart=true&bwfile=100k.jpg&enablejs=true"/>\n <br>* หากไม่สามารถรับชมได้ กรุณาติดตั้ง Flash Player Plug in <a href="http://edltv.thai.net/modules/Blocks/images/upload/FlashPlayer9.exe" target="blank">คลิกที่นี่</a><br>* Download VDO <a href="'+url+'" target="blank">คลิกที่นี่</a><br><br><SCRIPT LANGUAGE="javascript1.1"> __th_page="'+ url+'";</SCRIPT><script language="javascript1.1" src="http://hits.truehits.in.th/data/t0029353.js"></script></body>\n</html>');

	}
}
//&bwstreams=256,512
function dispPopupDoc(url)
{
	cleft = screen.width - 400;
	newwindow=window.open('','file','height=800,width=600,resizable=yes,left='+cleft+',status=0');
newwindow.document.write('<html>');
newwindow.document.write('<body><iframe src=" ' + url+ '" marginwidth="0" marginheight="0" resizable="yes" scrolling="auto" frameborder="0" height="500"width="600">');
newwindow.document.write('</iframe><SCRIPT LANGUAGE="javascript1.1"> __th_page="'+ url+'";</SCRIPT><script language="javascript1.1" src="http://hits.truehits.in.th/data/t0029353.js"></script>');
newwindow.document.write('</body></html>');
	if (window.focus) 
	{
		newwindow.focus()
	}
}
