function wo(href, w, h){
var w=window.open(href,'','width='+w+', height='+h+', top='+(screen.availHeight/2-(h/2))+', left='+(screen.availWidth/2-(w/2))+', resizable=no, status=no, toolbar=no, scrollbars=auto, menubar=no, resizable=no');
w.document.write('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><img src="'+href+'" /></body>');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

