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("");
}


//if ( getCookie( "popup_0909" ) != "checked" )
//{
        //window.open('popup/popup_071024.html', 'popup_0909','width=400,height=425,top=0,left=0,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
//}




if ( getCookie( "popup_1010" ) != "checked" )
{
        window.open('/home/pop_templestay_schedule.htm', 'popup_1010','width=400,height=525,top=0,left=0,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
}

//if ( getCookie( "popup_2020" ) != "checked" )
//{
        //window.open('/home/pop_templestay_1112.htm', 'popup_2020','width=400,height=425,top=0,left=410,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
//}

//if ( getCookie( "popup_3030" ) != "checked" )
//{
        //window.open('/home/pop_templestay_lunarnewyear.htm', 'popup_3030','width=400,height=425,top=300,left=100,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
//}

//if ( getCookie( "popup_4040" ) != "checked" )
//{
        //window.open('/home/pop_templestay_1117_02.htm', 'popup_4040','width=400,height=525,top=300,left=510,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
//}

/*
function openspecial(){
	window.open('/popup/special.htm', 'special','width=590,height=681,top=0,left=0,marginwidth=0,marginheight=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
}*/
