<!-- Begin
function showRemote() {
self.name = "config"; // names current window as "config"

var windowprops = "toolbar=0,location=0,directories=0,status=0, " +
"menubar=0,scrollbars=1,resizable=1,width=600,height=550";

OpenWindow = window.open("sys-wizard/index.htm", "remote", windowprops); // opens remote control
}
//  End -->

<!-- Begin
function closeRemote() {
timer = setTimeout('window.close();', 25);
}
// End -->