function MM_openBrWindow2(theURL1,winName,w,h) { //v2.0
//window.open(theURL,winName,w,h);
var tmp=window.open(theURL1,winName,
'Width='+w+',Height='+h+
',Left='+Math.ceil(screen.width/2-w/2)+
',Scrollbars=1,'+
'Top='+Math.ceil(screen.height/2-h/2-7));
}
