<!--
function openWin(theURL,winName,features) {
  w=window.open(theURL,winName,features);
  w.focus();
}

/*
if(top.location != location){
	top.location.href = document.location.href;
}
*/

//-->



