function cookieVal(cookieName){
thisCookie = document.cookie.split("; ");
for(i=0; i<thisCookie.length; i++){
if(cookieName == thisCookie[i].split("=")[0]){
return thisCookie[i].split("=")[1];
}
}
return "x";
}

//if(cookieVal("seowon_popup2") != "1"){
//	window.open("/popup/popup1.html","popup1","width=450, height=490, toolbar=no, directories=no, copyhistory=no, status=0, menubar=0, location=0, scrollbars=no, resizable=no, top=1, left=1");
//}

//if(cookieVal("seowon_popup4") != "1"){
//	window.open("/popup/popup1.html","popup1","width=513, height=528, toolbar=no, directories=no, copyhistory=no, status=0, menubar=0, location=0, scrollbars=no, resizable=no, top=1, left=1");
//}
//if(cookieVal("seowon_popup4") != "1"){
//	window.open("/popup/popup2.html","popup1","width=513, height=410, toolbar=no, directories=no, copyhistory=no, status=0, menubar=0, location=0, scrollbars=no, resizable=no, top=1, left=1");
//}
if(cookieVal("seowon_popup4") != "1"){
	window.open("/popup/popup3.html","popup1","width=480, height=660, toolbar=no, directories=no, copyhistory=no, status=0, menubar=0, location=0, scrollbars=no, resizable=no, top=1, left=1");
}
