<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var msgWindow = 0;
	
	function CreateWindow(url)
	{
		if(msgWindow && !msgWindow.closed) msgWindow.close();
		msgWindow = window.open(url,"PopWindow","height=600,width=500,alwaysraised=yes,left=50,top=50,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=1,toolbar=0");
	}
//-->