function GetCookie(name) {
  var cname = name + "=";                
  var dc = document.cookie;
//  alert(dc);            
  if (dc.length > 0) {
     begin = dc.indexOf(cname);        
     if (begin != -1) {
        begin += cname.length;        
        end = dc.indexOf(";", begin); 
        if (end == -1) end = dc.length; 
        return unescape(dc.substring(begin, end)); 
     }  
  }
  return null; 
}
function SetCookie(name, value, expires, path, domain) {
  document.cookie = name + "=" + escape(value) +  
  ((expires == null) ? "" : "; expires=" + expires.toGMTString()) + 
  ((path == null)    ? "" : "; path=" + path) + 
  ((domain == null)  ? "" : "; domain=" + domain);
} 

function udloebet (d) {
	idag = new Date();
	return (d<idag);
}

function sindpop1101() {
	window.open("sind/temaer-200311.htm","sind_window","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=510,height=680");
}

function panpop() {
	window.open("panum.htm","pan_window","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=600,height=500");
}

function openpop(knap) {
	if (!udloebet(new Date("November 19, 2003"))) {
		if (knap || (GetCookie('ikkeigen20031101')!='ja' && (GetCookie('popopen')!='ja'))) sindpop1101();
		SetCookie('popopen','ja');
	}
//	else alert("udloebet");
//	else
//	if (!udloebet(new Date("June 05, 2003"))) {
//		if (knap || (GetCookie('ikkeigen20030604')!='ja' && (GetCookie('popopen')!='ja'))) sindpop0604();
//		SetCookie('popopen','ja');
//	};
}
function hallopop() {
//	window.open("hallo.htm","hallo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420,height=240");
}