function openwin(win,w,h){
var features="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=30,left=20,"+"width="+w+",height="+h;
window.open(win,"s_win",features);
}