var imgheight;
window.screen.width>800 ? imgheight=600:imgheight=450;
window.screen.width>800 ? imgleft=15:imgleft=122;
window.screen.width>800 ? imgheight1=600:imgheight1=450;
imgleft1=10;
 function mymove()
 {
	 myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight+10;
	 myright.style.left=document.body.scrollLeft+document.body.offsetWidth-130;
	 myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight1+10;
     myleft.style.left=imgleft1;
	 setTimeout("mymove();",50)
 }
function close_float_right(){
	myright.style.visibility='hidden';
}
function close_float_left(){
	myleft.style.visibility='hidden';
}
function showdiv()
{
	flash22.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-15+200;
	flash22.style.left=document.body.scrollLeft+document.body.offsetWidth-120-275;
	flash22.style.visibility='visible';
}
function hidediv()
{ flash22.style.visibility='hidden';}
document.write("<div id=myright style='position: absolute;width:80;top:0;left:578;visibility: visible;z-index: 1'>"
+"<style>"
+"A.closefloat:link,A.refloat:visited {text-decoration:none;color:#000000;font-size:12px}"
+"A.closefloat:active,A.refloat:hover {text-decoration:underline;color:#0000FF;font-size:12px}"
+"</style>"
+"<table border=0 cellpadding=0 cellspacing=0>");

document.write("<tr><td><img border=0 src='" + ad_float_right_src1 + "' quality=high WIDTH=100 HEIGHT=270 TYPE='img'></td></tr>");

document.write("<tr><td width=85 height=20 align=right><a href='javascript:close_float_right();void(0);' class=closefloat><b><font color=#ff0000>¹Ø±Õ</font></b></a></td></tr>");

document.write("<td valign=bottom height=230 onMouseOver='showdiv();' onMouseOut='hidediv();'><img src='" + ad_float_right_src2 + "' quality=high WIDTH=100 HEIGHT=270 border=0 TYPE='img'></a></td></tr>");

document.write("<tr><td width=85 height=20 align=right><a href='javascript:close_float_right();void(0);' class=closefloat><b><font color=#ff0000>¹Ø±Õ</font></b></a></td></tr>"+"</table>"+"</div>");

document.write("<div id=myleft style='position: absolute;width:90;top:0;left:5;visibility: visible;z-index: 1'>"
+"<style>"
+"A.closefloat:link,A.refloat:visited {text-decoration:none;color:#000000;font-size:12px}"
+"A.closefloat:active,A.refloat:hover {text-decoration:underline;color:#0000FF;font-size:12px}"
+"</style>"
+"<table border=0 cellpadding=0 cellspacing=0>");

document.write("<tr><td><img border=0 src='" + ad_float_left_src1 + "' quality=high  WIDTH=100 HEIGHT=270 TYPE='img' id=changhongout ></td></tr>");

document.write("<tr><td width=85 height=20 align=right><a href='javascript:close_float_left();void(0);' class=closefloat><b><font color=#ff0000>¹Ø±Õ</font></b></a></td></tr>");

document.write("<tr><td valign=bottom height=230><img border=0 src='" + ad_float_left_src2 + "' quality=high  WIDTH=100 HEIGHT=270 TYPE='img' id=changhongout ></td></tr>");

document.write("<tr><td width=85 height=20 align=right><a href='javascript:close_float_left();void(0);' class=closefloat><b><font color=#ff0000>¹Ø±Õ</font></b></a></td></tr>"+"</table>"+"</div>");
mymove();