//©2005-2009 JNBridge LLC., Boulder, Colorado. All Rights Reserved
function newWindow(d, e, f, b, c) { var a = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1"; a += ",width=" + e + ",height=" + f; b != null && (a += ",left=" + b); c != null && (a += ",top=" + c); window.open(d, "new", a); return false };

