function LaunchWindow(url, id, x, y, rs, mn, sc, tb, loc, dir, st, ch) { var newwind = window.open(url, id, "resizable="+rs+", toolbar="+tb+", location="+loc+", directories="+dir+", status="+st+", menubar="+mn+", scrollbars="+sc+", copyhistory="+ch+", width="+x+", height="+y); newwind.focus(); }