//ÆË¾÷Ã¢ ¶ç¿ì±â///////////////////////////////////////////////////////////////////////////////////////////////////////////
function open_window(url, name, width, height,scrollbar,menubar,left, top){
   window.open(url, name, 'width='+width+',height='+height+',scrollbars='+scrollbar+',menubar='+menubar+',left='+left+',top='+top);
}
function getCookie( name ){ 
		var nameOfCookie = name + "="; 
		var x = 0; 
		while ( x <= document.cookie.length ) 
		{ 
				var y = (x+nameOfCookie.length); 
				if ( document.cookie.substring( x, y ) == nameOfCookie ) { 
						if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) 
								endOfCookie = document.cookie.length; 
						return unescape( document.cookie.substring( y, endOfCookie ) ); 
				} 
				x = document.cookie.indexOf( " ", x ) + 1; 
				if ( x == 0 ) 
						break; 
		} 
		return ""; 
}
//ÆË¾÷ 1--------------------------------------------------//
//if ( getCookie( 'pop_1' ) !="done1") {  
//open_window('./pop_1.asp','pop_1','300','400','no','no')
//}
//ÆË¾÷ 2------------------------------------------------- //
//if ( getCookie( 'pop_2' ) !="done2") {  
//open_window('../pop_2.asp','pop_2','300','400','no','no','310','0')
//}
//ÆË¾÷Ã¢ ¶ç¿ì±â ³¡





//¸µÅ© Å¬¸¯½Ã Á¡¼± ¾ø¾Ö±â////////////////////////////////////////////////////////////////////////////////////////////////
function bluring(){ 
if (event.srcElement.tagName=="A"||event.srcElement.tagName=="INPUT"||event.srcElement.tagName=="IMG") 
document.body.focus(); 

document.onfocusin=bluring; 
}
//¸µÅ© Å¬¸¯½Ã Á¡¼± ¾ø¾Ö±â³¡//


//¸¶¿ì½º ¿À¸¥ÂÊ¹öÆ° ¹æÁö//////////////////////////////////////////////////////////////////////////////////////////////////
//window.onload=function() {
//        window.document.oncontextmenu=function() { alert("ÀÌ¹ÌÁö ¹«´Ü µµ¿ë½Ã ¹ýÀûÁ¦Àç¸¦ ¹Þ½À´Ï´Ù");return false; }
//    }
//¸¶¿ì½º ¿À¸¥ÂÊ¹öÆ° ¹æÁö ³¡//


//±â´ÉÅ° ¹æÁö////////////////////////////////////////////////////////////////////////////////////////////////////////////
//function click() { 
//     if((event.ctrlKey) || (event.shiftKey) ||(event.altKey)) { 
//       alert('Å°¸¦ »ç¿ëÇÒ ¼ö ¾ø½À´Ï´Ù.'); 
//     } 
//   } 
//document.onmousedown=click; 
//document.onkeydown=click; 
//±â´ÉÅ° ¹æÁö ³¡//


////ÇÃ·¡½¬ Á¡¼±Á¦°Å////////////////////////////////////////////////////////////////////////////////////////////////////
function raon(url,width,height){
 document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ");
 document.write("  codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' ");
 document.write("  width='"+width+"' height='"+height+"' align='middle'>");
 document.write(" <param name='allowScriptAccess' value='always' /> ");
 document.write(" <param name='movie'    value='"+url+"' /> ");
 document.write(" <param name='quality'   value='high' /> ");
 document.write(" <param name='wmode'    value='transparent'> ");
 document.write(" <embed src='"+url+"' quality='high' width='"+width+"' height='"+height+"' align='middle' ");
 document.write("  allowScriptAccess='sameDomain' type='application/x-shockwave-flash' ");
 document.write("  pluginspage='http://www.macromedia.com/go/getflashplayer' />");
 document.write("</object>");
}
//ÇÃ·¡½¬ Á¡¼±Á¦°Å ³¡//