/*** Navigator Resizefix ***/
if(is_nav&!is_nav5up){origWidth=innerWidth;origHeight=innerHeight;}function reDo(){var objID;if(innerWidth!=origWidth||innerHeight!=origHeight){location.reload()}}if(is_nav){onresize=reDo}
/*** Pop-up windows ***/
function MM_openBrWindow(theURL,winName,features){
  window.open(theURL,winName,features);
}
