// JavaScript Document
var imgheight_close2

window.screen.width>800 ? imgheight_close2=360:imgheight_close2=360
 function myload2()
{
Layer1_MigMoveRight2.style.visibility='visible';
Layer1_MigMoveRight2.style.top=document.body.scrollTop+imgheight_close2;
Layer1_MigMoveRight2.style.left=document.body.offsetWidth-120;
mymove2();
}
 function mymove2()
 {
 Layer1_MigMoveRight2.style.top=document.body.scrollTop+imgheight_close2;
 Layer1_MigMoveRight2.style.left=document.body.scrollLeft+document.body.offsetWidth-120;
 setTimeout("mymove2();",50)

 }

function RightImgMoveClose2(){
	Layer1_MigMoveRight2.style.visibility='hidden';
}

myload2();

