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