<!--

function openWin(theURL,winName,features) {
  w=window.open(theURL,winName,features);
  w.focus();
}

if(top.location != location){
	top.location.href = document.location.href;
}

function openWinHelp(URL){
   open(URL,"_blank","left=150,top=150,width=640,height=480,scrollbars=yes,resizable=yes");
}

//-->


