function Popup(Url,PopupName,dl_width,dl_height){
	var x		= Math.round((screen.availWidth  - dl_width) / 2);
	var y		= Math.round((screen.availHeight - dl_height) / 2);
	window.open(Url,PopupName,"left=" + x + ",top=" + y + ",scrollbars=no,resizable=yes,width="+dl_width+",height="+dl_height);
}


function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function d(){

 var e = document.getElementById("urgent");         
 e.style.backgroundColor=document.f.color.value;
 return true;
}