﻿function HoangClubGoTo(src,width,height){
	if(width>screen.width-100 || height>screen.height-100){
		SCwidth=screen.width-100;
		SCheight=screen.height-100;
		scrollbar="scrollbars=yes";
	}else{
		SCwidth=width;
		SCheight=height;
		scrollbar="scrollbars=no";
	}
	img_origin=window.open("","","width="+SCwidth+",height="+SCheight+",status=no,toolbar=no,"+scrollbar+",resizable=no");
	img_origin.document.write(""
+"<HTML>"
+"<HEAD>"
+"<meta http-equiv='Content-Language' content='utf-8'>"
+"<TITLE>wWw.wWw.ThiTruongMuaBan.Com - Truyen Hinh Truc Tuyen</TITLE>"
+"<META HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=windows-1252'>"

+"</HEAD>"
+"<BODY BGCOLOR=#FFFFFF topmargin=5>"
+"<style>"
+"a:link {color: #000000; text-decoration: none;}"
+"a:visited {color: #000000; text-decoration: none;}"
+"a:hover, a:active {color: #FF0000; text-decoration: none;}"
+"</style>"

+"<p align=center>"
+"<table align=center border=0 cellpadding=6 cellspacing=1 class=tborder width=100% background=bg.gif>"
+"	<thead>"
+"		<tr>"
+"			<td class=tcat colspan=0>"
+"			<span class=smallfont><center><strong><font color=red> wWw.ThiTruongMuaBan.Com </font></strong></center></span></td>"
+"		</tr>"
+"	</thead>"
+"	<tbody id=collapseobj_module_4_5342>"
+"	<tr>"
+"	<td align=center class=alt1 valign=top height=350>"
+"<p align=center><B><font color=red>Xin chờ 1 chút để chương trình tải về</font></b></p>"
+"<OBJECT id=WMP height=345 width=384 classid=clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6>"
+"<PARAM NAME=URL VALUE='"+src+"'>"
+"<PARAM NAME=rate VALUE=1><PARAM NAME=balance VALUE=0>"
+"<PARAM NAME=currentPosition VALUE=0>"
+"<PARAM NAME=defaultFrame VALUE=>"
+"<PARAM NAME=playCount VALUE=1>"
+"<PARAM NAME=autoStart VALUE=-1>"
+"<PARAM NAME=currentMarker VALUE=0>"
+"<PARAM NAME=invokeURLs VALUE=-1>"
+"<PARAM NAME=baseURL VALUE=>"
+"<PARAM NAME=volume VALUE=50>"
+"<PARAM NAME=mute VALUE=0>"
+"<PARAM NAME=uiMode VALUE=full>"
+"<PARAM NAME=stretchToFit VALUE=0>"
+"<PARAM NAME=windowlessVideo VALUE=0>"
+"<PARAM NAME=enabled VALUE=-1>"
+"<PARAM NAME=enableContextMenu VALUE=1>"
+"<PARAM NAME=fullScreen VALUE=0>"
+"<PARAM NAME=SAMIStyle VALUE=>"
+"<PARAM NAME=SAMILang VALUE=>"
+"<PARAM NAME=SAMIFilename VALUE=>"
+"<PARAM NAME=captioningID VALUE=>"
+"<PARAM NAME=enableErrorDialogs VALUE=0>"
+"<PARAM NAME=_cx VALUE=10160>"
+"<PARAM NAME=_cy VALUE=9128>"
+"<div id=media>"
+"<embed id=Player type=application/x-mplayer2 width=384 height=345 src='"+src+"'>"
+"</OBJECT>"

+"</td>"
+"	</tr>"
+"</tbody>"
+"</table>"
+"</p>"

+"</BODY>"
+"</HTML>"
);
}
