// JavaScript Document
// It's Your Own Home Handbook main menu image loading and navigation

opt1 = new Image
opt2 = new Image
opt3 = new Image
opt4 = new Image


optOver1 = new Image
optOver2 = new Image
optOver3 = new Image
optOver4 = new Image


optDown1 = new Image
optDown2 = new Image
optDown3 = new Image
optDown4 = new Image


opt1.src = "/_img/nav_h/movingon.gif"
opt2.src = "/_img/nav_h/newhome.gif"
opt3.src = "/_img/nav_h/money.gif"
opt4.src = "/_img/nav_h/allyou.gif"

optOver1.src = "/_img/nav_h/movingon_o.gif"
optOver2.src = "/_img/nav_h/newhome_o.gif"
optOver3.src = "/_img/nav_h/money_o.gif"
optOver4.src = "/_img/nav_h/allyou_o.gif"


optDown1.src = "/_img/nav_h/movingon_p.gif"
optDown2.src = "/_img/nav_h/newhome_p.gif"
optDown3.src = "/_img/nav_h/money_p.gif"
optDown4.src = "/_img/nav_h/allyou_p.gif"


contentArray = new Array("/default.aspx",
                         "/content/moveon/index.aspx","/content/newhome/index.aspx","/content/monmat/index.aspx",
                         "/content/you/index.aspx")
                         
function clearField(theField){
        thefield.value="";
}
