//preload images
home_reg = new Image(45,18);
home_reg.src = "http://www.shouper.com/home_reg.gif";
blog_reg = new Image(45,18);
blog_reg.src = "http://www.shouper.com/blog_reg.gif";
pictures_reg = new Image(72,18);
pictures_reg.src = "http://www.shouper.com/pictures_reg.gif";
actuary_reg = new Image(65,18);
actuary_reg.src = "http://www.shouper.com/actuary_reg.gif";
webmail_reg = new Image(65,18);
webmail_reg.src = "http://www.shouper.com/webmail_reg.gif";
home_omo = new Image(45,18);
home_omo.src = "http://www.shouper.com/home_omo.gif";
blog_omo = new Image(45,18);
blog_omo.src = "http://www.shouper.com/blog_omo.gif";
pictures_omo = new Image(72,18);
pictures_omo.src = "http://www.shouper.com/pictures_omo.gif";
actuary_omo = new Image(65,18);
actuary_omo.src = "http://www.shouper.com/actuary_omo.gif";
webmail_omo = new Image(65,18);
webmail_omo.src = "http://www.shouper.com/webmail_omo.gif";

//image swapping
function imageSwap(imgDocID, imgObjName, comment) {
 document.images[imgDocID].src = eval(imgObjName + ".src");
 window.status = comment;
 return true;
}
