function openwindow(url,w,h){
sub0=window.open(url,"window0","resizable=no,scrollbars=yes,Width=" + w + ",Height=" + h);
}