//mac-css
if(navigator.userAgent.indexOf("Mac")!=-1){
    document.write('<link rel="stylesheet" href="/css/macls.css" type="text/css">'); 
}

function OW(theURL,winName,features) { 
  var obj
  obj = window.open(theURL,winName,'menubar=yes,scrollbars=yes,resizable=yes,width=800px,height=900px');
  obj.focus();
}
