
function launch(l,w,h) {eval('newWind=window.open("html_link/'+l+'.html","link","status=yes,toolbar=yes,resizable=yes,scrollbars=yes,width='+w+',height='+h+'")'); newWind.focus();} 


