
document.write("  <div id='slide' style='Z-INDEX:20; LEFT:870px; POSITION:absolute; TOP:500px'> ");
document.write("  <table id='Table_01' width='58' height='181' border='0' cellpadding='0' cellspacing='0'> ");
document.write(" 	<tr><td><img src='/images/quickMenu_01.jpg' width='58' height='20' border='0' alt=''></td></tr> ");
document.write(" 	<tr><td><img src='/images/quickMenu_02.jpg' width='58' height='8' border='0' alt=''></td></tr> ");
document.write(" 	<tr><td><a href='/support_centre/index.php'  onfocus='blur()'><img src='/images/quickMenu_03.jpg' width='58' height='59' border='0' alt=''></td></tr> ");
document.write(" 	<tr><td><a href='/serviceRequest/estimationRequest.htm'  onfocus='blur()'><img src='/images/quickMenu_04.jpg' width='58' height='59' border='0' alt=''></a></td></tr> ");
document.write(" 	<tr><td><img src='/images/quickMenu_05.jpg' width='58' height='13' border='0' alt=''></td></tr> ");
document.write(" 	<tr><td><a href='#'  onfocus='blur()'><img src='/images/quickMenu_06.jpg' width='58' height='22' border='0' alt=''></a></td></tr> ");
document.write("  </table> ");
document.write("  </div> ");
  	
  	




function Conwin(pagename, url, wvalue, hvalue){
	window.open(url,pagename,"toolbar=no,menubar=no,resizable=no,scrollbars=yes, top=0,left=0,width=" + wvalue + ",height=" + hvalue);
}

function Point(url){
	Conwin("point", url, 767, 602);
}

	function CheckUIElements() 
	{ 
		var yMenuFrom, yMenuTo, yButtonFrom, yButtonTo, yOffset, timeoutNextCheck; 
 
		yMenuFrom   = parseInt (slide.style.top, 10); 
		yMenuTo     = document.body.scrollTop + 145; 
	timeoutNextCheck = 100; 
	if ( Math.abs (yButtonFrom - (yMenuTo + 152)) < 6 && yButtonTo < yButtonFrom ) { 
		setTimeout ('CheckUIElements()', timeoutNextCheck); 
		return; 
	} 
	if ( yButtonFrom != yButtonTo ) { 
	     
			yOffset = Math.ceil( Math.abs( yButtonTo - yButtonFrom ) / 10 ); 
		 
				if ( yButtonTo < yButtonFrom ) yOffset = -yOffset; 
				 
				divLinkButton.style.top = parseInt (divLinkButton.style.top, 10) + yOffset; 
		timeoutNextCheck = 10; 
	} 
	if ( yMenuFrom != yMenuTo ) { 
		yOffset = Math.ceil( Math.abs( yMenuTo - yMenuFrom ) / 20 ); 
	        
				if ( yMenuTo < yMenuFrom ) yOffset = -yOffset; 
				 
				slide.style.top = parseInt (slide.style.top, 10) + yOffset; 
				timeoutNextCheck = 10; 
	} 
	setTimeout ('CheckUIElements()', timeoutNextCheck); 
} 
	function Slide() 
{ 
	var y; 
		document.all.slide.style.top = document.body.scrollTop + 145; 
	CheckUIElements(); 
	return true; 
} 
Slide();
		
		<!-- ½ºÄ«ÀÌ¹è³Ê -->
