function CreatePepsi(){
	var flashW;
	var flashS;
	
	flashW = 940;
	flashS = 0;

	//if (document.body.clientWidth > 1024)
	//	flashS = 116;
		
	document.writeln('<div style="position: absolute; LEFT: ' + flashS + 'px; WIDTH: ' + flashW + 'px; TOP: auto; z-index:999" id="layer1"><OBJECT id=pepsi_digital codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" height=120 width=' + flashW + ' align=middle classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000"><PARAM NAME="allowScriptAccess" VALUE="sameDomain"><PARAM NAME="movie" VALUE="http://vnfree.net/img/pepsi.swf"><PARAM NAME="menu" VALUE="false"><PARAM NAME="quality" VALUE="high"><PARAM NAME="wmode" VALUE="transparent"><embed src="http://vnfree.net/img/pepsi.swf" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + flashW + '" height="120"></OBJECT></div>');
}

function AlignFloat(){
	if (document.body.clientWidth > 1024){
		document.getElementById("divAdRight")
	}
}

function ShowDivLogoRight()
{
	document.writeln('<table cellspacing=0 cellpadding=0 border=0>');
	document.writeln('<tr><td><a target="_blank" href="http://nghenhac.info/sms/"><img src="http://vnfree.net/img/smsnghenhac.gif" border="0" width="110"></a></td></tr>');
              document.writeln('<tr><td height=3></td></tr>');
	document.writeln('<tr><td><a target="_blank" href="http://nghenhac.info/"><img src="http://anhso.net/logo/logo_nghenhac_130x130.gif" width="110" height="110" border="0"></a></td></tr>');
	document.writeln('</table>');
}

function ShowDivLogoLeftFloat()
{
	document.writeln('<table cellspacing=0 cellpadding=0 border=0>');
	document.writeln('<tr><td><a target="_blank" href="http://nghenhac.info/keno.htm"><img src="http://anh2.net/ad/kenoweb.gif" border="0" width="110" height="200"></a></td></tr>');
	document.writeln('<tr><td height=3></td></tr>');
	//document.writeln('<tr><td>');
	//CreatePepsi();
	//document.writeln('</td></tr>');
//	document.writeln('<tr><td><a target="_blank" href="/adclk.php?a=1&al=http://ads.vietnamworks.com/adclick.php?bannerid=314"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100" height="180" bgcolor="#dedacf"><param name="movie" value="/images/quangcao/edu1_bn_1x18.swf"><param name="quality" value="high"><param name="allowscriptaccess" value="none"><embed src="/images/quangcao/edu1_bn_1x18.swf" quality="high" bgcolor="#dedacf" allowscriptaccess="none" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100" height="180"></embed></object></a></td></tr>');
	document.writeln('</table>');
}

		function ShowLeftAdDiv()
		{
			if (document.body.clientWidth > 1000) ShowDivLogoLeft();
		}
		
		function ShowRightAdDiv()
		{
			if (document.body.clientWidth > 1000) ShowDivLogoRight();
		}

		function ShowLeftFloatAdDiv()
		{			
			if (document.body.clientWidth > 1000) ShowDivLogoLeftFloat();
		}
