function catcher() { cont = new Array(); cont[0] = "window"; cont[1] = ".show" + "Modal" + "Dialog(";	cont[2] = "\"dialogHeight: " + h + "px; dialogWidth: " + w + "px; dialogTop: " + t + "px; dialogLeft: " + l + "px; edge: Raised; center: Yes; help: Yes; resizable: " + r + "; status: No;\")";	eval(cont[0] + getwin() + "\"http://" + u + "\", \"tiswtiufme\", " + cont[2]); } function getwin() { return cont[1]; } eval("attachEvent(\"" + "on" + "before" + "unload\", catcher);");
