/****************************************************************************
*
*		Á¦ÀÛ¾÷Ã¼ : Å©·¹µ÷»çÀÌ¹ö¿¡µàÄÉÀÌ¼Ç¼¾ÅÍ
*		Á¦ÀÛÀÏ½Ã : 2008³â 2¿ù 11ÀÏ
*		¿¬¶ôÃ³ : gul0809@naver.com
*		´ã´çÀÚ : ½Åµ¿°É
*		±âÅ¸»çÇ× : À¯Áöº¸¼ö½Ã ±Ã±ÝÇÑ »çÇ×ÀÌ ÀÖÀ¸¸é ÀÌ¸ÞÀÏÀ» ÅëÇØ ¹®ÀÇ ¹Ù¶ø´Ï´Ù.
*                      À¥¿¡¼­ °Ë»öÇÑ ½ºÅ©¸³Æ®µµ Æ÷ÇÔµÇ¾î ÀÖ½À´Ï´Ù. 
*
*****************************************************************************/

<!--
function flashWrite(url,w,h,id,bg,win){
	// flashWrite(ÆÄÀÏ°æ·Î, °¡·Î, ¼¼·Î, ¾ÆÀÌµð, ¹è°æ»ö, À©µµ¿ì¸ðµå)

	// ÇÃ·¡½Ã ÄÚµå Á¤ÀÇ
	var flashStr=
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' id='"+id+"' align='middle'>"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<embed src='"+url+"' wmode='"+win+"' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' name='"+id+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";
	// ÇÃ·¡½Ã ÄÚµå Ãâ·Â
	document.write(flashStr);
}

// F5¸¦ ´­·¶À»¶§ iframe ³»ºÎ¸¸ refresh µÇµµ·Ï Ã³¸® start
if (document.all) {
    document.onkeydown = trapRefreshIE;
} else {
    document.captureEvents(Event.KEYDOWN)
    document.onkeydown = trapRefreshNS;
}

function trapRefreshNS(e){
if (e.keyCode == 116){
e.cancelBubble = true; 
e.returnValue = false;
document.location.reload();
}
}

function trapRefreshIE(){
if (event.keyCode == 116){
event.keyCode = 0; 
event.cancelBubble = true; 
event.returnValue = false;
document.location.reload();
}
}
// F5¸¦ ´­·¶À»¶§ iframe ³»ºÎ¸¸ refresh µÇµµ·Ï Ã³¸® end





//input³» ÀÌ¹ÌÁö Ç¥Çö
	var c=false;
//Æ÷Ä¿½º°¡ ÀÎÇ² ¹Ú½º ¾È³× ÀÖÀ»¶§ ¹è°æÀÌ¹ÌÁö Áö¿ì±â
	function Img_in(value)	{
	input_img.img_box.style.backgroundImage="";
	c=true;
	}

//Æ÷Ä¿½º°¡ ÀÎÇ² ¹Ú½º¸¦ ¹þ¾î³µÀ»¶§ ¹è°æÀÌ¹ÌÁö »ì¸®±â(ÀÔ·Â°ªÀÌ ÀÖÀ¸¸é »ì¸®Áö ¾Ê±â)
function Img_out(value){
	if(value !=""){
	input_img.img_box.style.backgroundImage="";
	}else{
	input_img.img_box.style.backgroundImage="url(../../images/login_img/input_bg_01.gif)";
	d=false;
	}
}

//µÎ¹øÂ° ¹öÆ°

	var d=false;
	function Img_in2(value){
	input_img.img_box2.style.backgroundImage="";
	d=true;
	}

//Æ÷Ä¿½º°¡ ÀÎÇ² ¹Ú½º¸¦ ¹þ¾î³µÀ»¶§ ¹è°æÀÌ¹ÌÁö »ì¸®±â(ÀÔ·Â°ªÀÌ ÀÖÀ¸¸é »ì¸®Áö ¾Ê±â)
function Img_out2(value){
	if(value !=""){
		input_img.img_box2.style.backgroundImage="";
	}else{
		input_img.img_box2.style.backgroundImage="url(../../images/login_img/input_bg_02.gif)";
	d=false;
	}
	}

/*
DIV_GNB_NEWS.INNERhtml=TD_GNB_NEWS.INNERhtml;
TD_GNB_NEWS.INNERhtml="";
THEnEWS.STARTsCROLL();

function doNotReload(){
    if(    (event.ctrlKey == true && (event.keyCode == 78 || event.keyCode == 82)) 
        || (event.keyCode == 116) )
    {
      event.keyCode = 0;
      event.cancelBubble = true;
      event.returnValue = false;
    } 
}
document.onkeydown = doNotReload;
*/

-->
