document.write("<script language='javascript' src='/js/flash_insert.js'></script>");
document.write("<script language='javascript' src='/js/flash_link.js'></script>");
document.title="Á¦ÀÏ¸ðÁ÷";

function bluring(){
    //body°¡ unloadµÇ°í onfocusinÀÌº¥Æ® ¹ß»ý½Ã ¿À·ù¹ß»ý - 20061012 ¹Îº´µ· ¿¹¿ÜÃ³¸®Ãß°¡
    try{
	    if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus();
	}catch(e){}
}
document.onfocusin=bluring;


function winOpen(url, tl, wt, ht) {

	var winl = (screen.width - wt)/2;
	var wint = (screen.height - ht)/2;

	winops = "width="+wt+", height="+ht+", top="+wint+", left="+winl+", scrollbars=yes";
	win = window.open(url,tl,winops);

}

function winOpen1(url, tl, wt, ht, op) {

	var winl = (screen.width - wt)/2;
	var wint = (screen.height - ht)/2;

	winops = "width="+wt+", height="+ht+", top="+wint+", left="+winl+", scrollbars="+op;
	win = window.open(url,tl,winops);
}