
<!--
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( "pop1" ) != "checked" )
//{
//	window.open('../popup/pop_JDSU.html', '','width=595,height=507,top=20,left=20,scrollbars=no');
//}

if ( getCookie( "pop1" ) != "checked" )
{
	window.open('../popup/e-SC_MM.html', '','width=450,height=440,top=20,left=20,scrollbars=no');
}

//if ( getCookie( "pop3" ) != "checked" )
//{
//	window.open('popup/20070307.htm', 'pop2','width=700,height=647,top=60,left=920,scrollbars=auto');
//}

//if ( getCookie( "pop4" ) != "checked" )
//{
//	window.open('popup/20070307.htm', 'pop1','width=700,height=647,top=80,left=500,scrollbars=auto');
//}



-->