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 openMsgBox(){
var eventCookie=getCookie("setPopUp");
if (eventCookie != "no"){
/*window.open*/("/meeting.asp","popup",'width=500,height=670,top=0,left=0,scrollbars=no');
}
}
//openMsgBox()
function winopenswiss(){
/*window.open*/('/active/index.asp','active','width=700,height=565,scrollbars=yes,top=0,left=0');
}
function sub_citysearch(){
var val = document.search_form.item.value;
if (CheckStr(val, " ", "")==0 )
{
alert("도시명을 입력해 주세요");
document.search_form.item.value="";
document.search_form.item.focus();
return false;
}
document.search_form.submit();
}
function addr_mod () {
var checkval = 'no';
if (document.pollfrm.ans.checked == true){
checkval = 'yes';
} else {
for (i=0; i
function winOpen0(){
/*window.open*/('/SKI03/snowboarder.html','active','width=768,height=610,scrollbars=yes,top=0,left=0');
}
function winopenlee(){
/*window.open*/('../winter/main.html','lee','width=801,height=601,scrollbars=no,top=0,left=0');
}
function popup(url){
newwin=/*window.open*/('family/ad.html',"new","toolbar=no,location=no,directories=no,status=no,top=0,left=0,menubar=no,scrollbars=no,resizable=no,width=386,height=322");
}