function popitupmap(url) { newwindow=window.open(url,'name','height=310,width=515'); newwindow.focus(); };
