function wopen(url,w,h){  
eval('opened=window.open(url,"_blank","width="+w+", height="+h+", resizable=0","replace=yes","scrollbars=yes")');
}  
