//function open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable) {
var width = 0;
var height = 0;
var left = 0;
var top = 0;
function notice_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 "";
}
// 상세보기
function applyOffLineView(seq)
{
var frm = document.frmOffLine;
frm.p_seq.value = seq;
frm.action = "/servlet/controller.propose.KProposeCourseServlet";
frm.p_process.value = "OffLineView";
frm.target = "_self";
frm.submit();
}