function popup(what,w,h)
         {
        window.open(what,'','resizable=no,scrollbars=no,width='+w+',height='+h);
	}
