function cookieCheck(popup_width, popup_height){
	if(getCookie("new_year")!="popup")	{
	//window.open("/n/popup/popup2008year.php",'newt','menubar=0,resizable=0,scrollbars=no, width='+popup_width+',height='+popup_height+',left=320,top=230');	
	}
	/*if(getCookie("powtex2006")!="powtex2006")	{
	window.open("/n/popup/powtex2006_pop.htm",'powt','menubar=0,resizable=0,scrollbars=no,width='+popup_width2+',height='+popup_height2+',left=460,top=0');	
	}*/
}

function getCookie(name)
{
	var nameOfCookie=name+"=";
	var x=0;
	while(x<=document.cookie.length)
	{
		var y=(x+nameOfCookie.length)
		if(document.cookie.substring(x,y)==nameOfCookie)
		{
			if((endOfCookie=document.cookie.indexOf(";",y))==-1)
				endOfCookie=document.cookie.length;
			return unescape(document.cookie.substring(y,endOfCookie));
		}
		x=document.cookie.indexOf(" ",x) +1;
		if(x==0)
			break;
	}
	return "";
}