<!-- Begin
function showRemote() {
self.name = "hosting"; // names current window as "hosting"

var windowprops = "toolbar=0,location=0,directories=0,status=0, " +
"menubar=0,scrollbars=1,resizable=1,width=400,height=700";

OpenWindow = window.open("hosting_signup.htm", "remote", windowprops); // opens remote control
}
//  End -->

<!-- Begin
function closeRemote() {
timer = setTimeout('window.close();', 25);
}
// End -->