// SELECT STYLE SHEET
var brw_v = navigator.appVersion.charAt(0);
if ( navigator.appVersion.indexOf("Mac") == -1 && navigator.appName == "Netscape" && brw_v <= 4) document.write("<link rel='stylesheet' href='share/ns4.css' type='text/css'>");
else document.write("<link rel='stylesheet' href='share/style.css' type='text/css'>");

function MM_openBrWindow(theURL,winName,features) { //v2.0
  win=window.open(theURL,winName,features);
  win.focus();
}

function CtrlWin(url){
opener.location.href=url;
opener.focus();
}