function opWin(name, width, height) {

win = window.open("",name,'resizable=yes,toolbar=yes,directories=yes,scrollbars=yes,menubar=yes,status=yes,location=yes,width='+width+',height='+height);

win.focus();

}




