function loadWin2(para1,para2,w,h) {
msg=window.open(para1,para2,'width='+w+',height='+h+', scrollbars=auto, toolbar=no,location=no,directories=no,status=yes,menubar=no');
msg.creator = self;
}