function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
	toolbar_str = toolbar ? 'yes' : 'no';
	menubar_str = menubar ? 'yes' : 'no';
	statusbar_str = statusbar ? 'yes' : 'no';
	scrollbar_str = scrollbar ? 'yes' : 'no';
	resizable_str = resizable ? 'yes' : 'no';
/*
	cookie_str = document.cookie;
	cookie_str.toString();

	pos_start  = cookie_str.indexOf(name);
	pos_start  = cookie_str.indexOf('=', pos_start);
	pos_end    = cookie_str.indexOf(';', pos_start);

	if (pos_end <= 0) pos_end = cookie_str.length;

	cookie_val = cookie_str.substring(pos_start + 1, pos_end);
//	alert(cookie_val);

//	if (cookie_val  == "done")
//		return;
*/
	window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}

function ZoomWindow(drno){
	window.open('/search/zoom.asp?drno='+drno, '', 'width=220, height=300,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no');	
}

function BookDetailInfo(drno){
	window.open('/search/book_detail.asp?drno='+drno, '', 'width=640, height=410,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no');	
}

function UserDetailInfo(id){
	window.open('/myadmin/member/user_detail.asp?id='+id, '', 'width=640, height=560,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no');	
}

function ok(){
	window.open('http://jepk.com/n_main/okcashbag.htm', '', 'width=530, height=420,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=0');	
}         
function mark(){
	window.open('/n_main/mark.htm', '', 'width=500, height=655,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=0');	
}
function junbi(){
	alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù. ºü¸¥ ½ÃÀÏ³»¿¡ ¿ÀÇÂÇÏ°Ú½À´Ï´Ù");
}


