<!--
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( "pop20100111" ) != "checked" )
{
	window.open('popup/20100111.htm', '','width=450,height=650,top=20,left=0,scrollbars=no');
}

if ( getCookie( "pop20100730" ) != "checked" )
{
	window.open('popup/20100730.htm', '','width=450,height=650,top=20,left=480,scrollbars=no');
}

//if ( getCookie( "pop20090113" ) != "checked" )
//{
//	window.open('popup/20090113.htm', '','width=450,height=650,top=20,left=0,scrollbars=no');
//}

//if ( getCookie( "pop1" ) != "checked" )
//{
//	window.open('popup/20071026.htm', '','width=320,height=410,top=20,left=20,scrollbars=no');
//}
//if ( getCookie( "pop3" ) != "checked" )
//i{
//i	window.open('popup/20070702.htm', '','width=400,height=515,top=20,left=400,scrollbars=no');
//i}

//if ( getCookie( "pop1" ) != "checked" )
//{
//	window.open('popup/20070307.htm', 'pop1','width=700,height=647,top=100,left=500,scrollbars=auto');
//}




-->