function getCookie(strName) {
	var strArg = new String(strName + "=");
	var nArgLen, nCookieLen, nEnd;
	var i = 0, j;

	nArgLen = strArg.length;
	nCookieLen = document.cookie.length;

	if(nCookieLen > 0) {
		while(i < nCookieLen) {
			j = i + nArgLen;

			if(document.cookie.substring(i, j) == strArg) {
				nEnd = document.cookie.indexOf (";", j);
				
				if(nEnd == -1) nEnd = document.cookie.length;
				
				return unescape(document.cookie.substring(j, nEnd));
			}

			i = document.cookie.indexOf(" ", i) + 1;
			if (i == 0) break;
		}
	}
	return("");
}

function pop_up(str) { // ÀüÃ¼ »çÀÌÆ® Àû¿ëµÊ
	var cookie_name = str + "_new_year";
	if(getCookie(cookie_name) != "checked") {
		// window.open('popup/081106.html', '', 'top=0,left=0,width=450,height=450');
	}
}

function pop_up2(str) { // ÀüÃ¼ »çÀÌÆ® Àû¿ëµÊ
 var cookie_name = str + "_cooperation";
	 if(getCookie(cookie_name) != "checked") {
		//window.open('popup/vip.html?site=' + str, '', 'top=0,left=0,width=500,height=530');
	 }
 
}
function pop_up3(str) {
 /*var cookie_name = str + "_new_year";
 if(getCookie(cookie_name) != "checked") {
  window.open('popup/080129_pl_y.html?site=' + str, '', 'top=0,left=0,width=530,height=538');
 }*/
}

function ice_pop(str){
	 /*var cookie_name = str;
	 if(getCookie(cookie_name) != "ice") {
	  window.open('popup/090325.html?site=' + str, '', 'top=0,left=0,width=425,height=480');
	 }*/
}
