if ( window != top )
top.location.href = window.location.href;
//
function openWin(fileName) {
  var windowAttribs="width=800,height=600,status=no,scrollbars=yes,resizable=yes";
  var newWin = window.open(fileName,"",windowAttribs);
  return false;}
//
function out(){ 
   window.focus(); 
}
function openLink(selectedIndex) {
var windowAttribs="";
var newWin = window.open(selectedIndex,"",windowAttribs);
return false;
}