function popDownload(the_language){
	var tvbDL = null;
	var specs = null;
	specs = "left=100,top=150,width=260,height=200,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=no,fullscreen=no";
	tvblDL = window.open("http://www.bingohall.com/popDownload.asp?l="+the_language,"TVBDownload",specs)
	tvblDL.focus();
	return false;
}