function window_open(url, name, sc, w, h, l, t) { window.open(url, name, "resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=" + sc + ",copyhistory=0,width=" + w + ",height=" + h + ",left=" + l + ",top=" + t +""); }