/*

 K¿t hãp Javascript và Flash Ã t¡o banner qu£ng cáo hiÇu éng l­t trang.

 B¡n ã download file të website DiÅn àn Tin hÍc ViÇt Nam www.diendantinhoc.vn

 MÝi b¡n tham gia th£o lu­n và trao Õi vÁ Tin hÍc t¡i DiÅn àn.

 [Vun §y ki¿n théc - ¯p §y chuyên môn]

*/



var esel = new Object();

// ---------------------------------------------------------  THAY ÔI ÊA CHÈ ÍCH

esel.ad_url = escape('http://rgb.vn/rgb/guestbook.php');     // Nh­p vào Ëa chÉ mà b¡n muÑn trÏ ¿n sau khi click vô qu£ng cáo

// ---------------------------------------------------------  END TARGET URL



esel.small_path = 's.swf';		//    °Ýng d«n file flash mép gi¥y (nhÏ)

esel.small_image = escape('a.swf');	//   °Ýng d«n hình £nh n±m d°Ûi mép gi¥y (khi ch°a rê chuÙt)

esel.big_path = 'b.swf';				//   °Ýng d«n file flash lúc kéo mép gi¥y

esel.big_image = escape('c.jpg');     //   °Ýng d«n file qu£ng cáo chính





// KHÔNG chÉnh gì thêm ß d°Ûi này---------------FINISHED----STOP---------------------------------------------------



esel.small_width = '80';

esel.small_height = '80';

esel.small_params = 'ico=' + esel.small_image;

esel.big_width = '650';

esel.big_height = '650';

esel.big_params = 'big=' + esel.big_image + '&ad_url=' + esel.ad_url;

function sizeup987(){

	document.getElementById('eselcornerBig').style.top = '0px';

	document.getElementById('eselcornerSmall').style.top = '-1000px';

}

function sizedown987(){

	document.getElementById("eselcornerSmall").style.top = "0px";

	document.getElementById("eselcornerBig").style.top = "-1000px";

}

esel.putObjects = function () {

document.write('<div id="eselcornerSmall" style="position:absolute;width:'+ esel.small_width +'px;height:'+ esel.small_height +'px;z-index:9999;right:0px;top:0px;">');

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');

document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');

document.write(' id="eselcornerSmallObject" width="'+esel.small_width+'" height="'+esel.small_height+'">');

document.write(' <param name="allowScriptAccess" value="always"/> ');

document.write(' <param name="movie" value="'+ esel.small_path +'?'+ esel.small_params +'"/>');

document.write(' <param name="wmode" value="transparent" />');

document.write(' <param name="quality" value="high" /> ');

document.write(' <param name="FlashVars" value="'+esel.small_params+'"/>');

document.write('<embed src="'+ esel.small_path + '?' + esel.small_params +'" name="eselcornerSmallObject" wmode="transparent" quality="high" width="'+ esel.small_width +'" height="'+ esel.small_height +'" flashvars="'+ esel.small_params +'" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');

document.write('</object></div></script>');

document.write('<div id="eselcornerBig" style="position:absolute;width:'+ esel.big_width +'px;height:'+ esel.big_height +'px;z-index:9999;right:0px;top:0px;">');

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');

document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"');

document.write(' id="eselcornerBigObject" width="'+ esel.big_width +'" height="'+ esel.big_height +'">');

document.write(' <param name="allowScriptAccess" value="always"/> ');

document.write(' <param name="movie" value="'+ esel.big_path +'?'+ esel.big_params +'"/>');

document.write(' <param name="wmode" value="transparent"/>');

document.write(' <param name="quality" value="high" /> ');

document.write(' <param name="FlashVars" value="'+ esel.big_params +'"/>');

document.write('<embed src="'+ esel.big_path + '?' + esel.big_params +'" id="eselcornerBigEmbed" name="eselcornerBigObject" wmode="transparent" quality="high" width="'+ esel.big_width +'" height="'+ esel.big_height +'" flashvars="'+ esel.big_params +'" swliveconnect="true" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>');

document.write('</object></div>');

setTimeout('document.getElementById("eselcornerBig").style.top = "-1000px";',1000);

}

esel.putObjects();