<!-- function to pre-load images

function preloadImages() {
  if (document.images) {
    if (typeof(document) == 'undefined'){
      document = new Object();
    }
    document.loadedImages = new Array();
    var argLength = preloadImages.arguments.length;
    for(arg=0;arg<argLength;arg++) {
      document.loadedImages[arg] = new Image();
      document.loadedImages[arg].src = preloadImages.arguments[arg];
    }
  }
}

function get_info() {
var h= "500";
var w= "400";
var raise = "yes";
var scroll = "no";
var statusB = "no";
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',alwaysRaised='+raise+',status='+statusB+',scrollbars='+scroll+',resizable'
win = window.open("http://www.national-homeworkers-association.com/info_by_mail.html", "getinfo", winprops)
win.window.focus();
}

function openit() {
var h= "550";
var w= "700";
var raise = "yes";
var scroll = "yes";
var statusB = "yes";
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',alwaysRaised='+raise+',status='+statusB+',scrollbars='+scroll+',resizable'
nhawind = window.open("http://www.order.wes-state.com/bs_shopdata/pre_nha_orderform.php?this_form=1", "nhaorder", winprops)
// nhawind.window.focus();
}

function signUp() {
var h= "600";
var w= "720";
var raise = "yes";
var scroll = "yes";
var statusB = "no";
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',alwaysRaised='+raise+',status='+statusB+',scrollbars='+scroll+',resizable'
win = window.open("http://www.national-homeworkers-association.com/signup.html", "signup", winprops)
win.window.focus();
}

function open_charter() {
var h= "550";
var w= "700";
var raise = "yes";
var scroll = "yes";
var statusB = "yes";
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',alwaysRaised='+raise+',status='+statusB+',scrollbars='+scroll+',resizable'
nhawind = window.open("http://www.order.wes-state.com/bs_shopdata/pre_nha_orderform.php?this_form=2", "chaorder", winprops)
// nhawind.window.focus();
}

if (navigator.appName.indexOf("Netscape") != -1)
{self.setResizable(true);}

//  End -->