function popup(url,w,h){ newwindow=window.open("http://www.massif-central.org/PRO/"+url,'POP','height='+h+',width='+w+',location=0,menubar=0,resizable=0,scrollbars=0,status=0'); if (window.focus) { newwindow.focus(); } }