function bbs1(theURL,winName,option) {
	/* °øÁö»çÇ× */
  window.open('/bbs/zboard.php?id=notice','','scrollbars=yes,resizable=no,width=750,height=460');
}
function bbs2(theURL,winName,option) {
	/* ¹¯°í´äÇÏ±â */
  window.open('/bbs/zboard.php?id=qna','','scrollbars=yes,resizable=no,width=750,height=460');
}
function bbs3(theURL,winName,option) {
	/* Æ÷Åä°¶·¯¸® */
  window.open('/bbs/zboard.php?id=gallery1','','scrollbars=yes,resizable=no,width=750,height=460');
}
function bbs4(theURL,winName,option) {
	/* ³²ÀÌ¼¶°¶·¯¸® */
  window.open('/bbs/zboard.php?id=gallery2','','scrollbars=yes,resizable=no,width=750,height=460');
}

//function pop(){
//	window.open('popup/pop.html','','scrollbard=no,resizable=no,width=450,height=576');
//}
	/* ÆË¾÷Ã¢ */
function getCookie(name) { 
var Found = false 
var start, end 
var i = 0 

while(i <= document.cookie.length) { 
start = i 
end = start + name.length 

if(document.cookie.substring(start, end) == name) { 
Found = true 
break 
} 
i++ 
} 
if(Found == true) { 
start = end + 1 
end = document.cookie.indexOf(";", start) 
if(end < start) 
end = document.cookie.length 
return document.cookie.substring(start, end) 
} 
return "" 
} 

function pop()
{ 
var noticeCookie=getCookie("CookieName"); 
if (noticeCookie != "no") 
window.open('popup/pop.html','window','width=450,height=576,top=220,left=10,resizable=no'); 
} 
openPopup(); 
