function map(url){ window.open(url, "map", "width=800,height=650,scrollbars=yes"); }function menu(url){ window.open(url, "menu", "width=800,height=650,scrollbars=yes"); }function stuff(url){ window.open(url, "stuff", "width=600,height=450,scrollbars=yes"); } 
