function tooltip(name,h,w){ window.open('/cgi/tooltip.php?name=' + name,'','HEIGHT='+h+' WIDTH='+w); }