function openWindow(url, name) { var l = openWindow.arguments.length; var w = ""; var h = ""; var features = ""; for (i=2; i 2) code += ", '" + features; code += "')"; eval(code); } // drop down menu function gotosite(site) { if (site != "") { self.location=site; } }