function WindScroll(){	
	if(document.body.scrollTop <= tableid.offsetTop)
	{
		SeatGradeBox.style.top =180; //Ã³À½ top °ª
//		R_SeatGradeBox.style.top = 155;
	}
	else
	{
		SeatGradeBox.style.top = document.body.scrollTop+180; //½ºÅ©·Ñ½Ã Àû¿ëµÇ´Â top°ª
//		R_SeatGradeBox.style.top = document.body.scrollTop;
	}		
}	

function WindReset(){
//	SeatGradeBox.style.left = tableid.offsetLeft +0;  //Å×ÀÌºí¹ÛÀÏ¶§ È°¼º
	SeatGradeBox.style.top = 180;
//	R_SeatGradeBox.style.left = tableid.offsetLeft ;
//	R_SeatGradeBox.style.top = 155;
}		 	

function WindLoad(){
//	SeatGradeBox.style.left = tableid.offsetLeft +0;  //Å×ÀÌºí¹ÛÀÏ¶§ È°¼º
	SeatGradeBox.style.top = 180;
//	R_SeatGradeBox.style.left = tableid.offsetLeft;
//	R_SeatGradeBox.style.top = 155;
	
	//if ( getCookie("MainFlash") != "done" ) {
	//R_SeatGradeBox.style.display  = "none";
	//}
}
	window.onscroll	= WindScroll;
	window.onresize	= WindReset;	
	window.onload	= WindLoad;	