function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function closewindow() {
    self.opener = this;
    self.close()
}
function OpenBigWin(NewLocation){
	BigWin=window.open(NewLocation, "BigWin", "height=580,width=500,location=no,menubar=no,personalbar=no,resizable=no,status=no,titlebar=no,toobar=no,scrollbars=yes");
	BigWin.focus();
	return(false);
}