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