var samplew
function openWin(url,name,w,h){
sub2=eval('window.open(url,name,"resizable=1,menubar=no,directories=no,scrollbars=yes,status=no,location=no,width='+w+',height='+h+'");');
sub2.window.focus(0);
}