<!-- // start hiding

window.name = "parentwindow";

if (document.images) {
nav_about_on = new Image();nav_about_on.src = 'pix/nav_about_on.gif';
nav_about = new Image();nav_about.src = 'pix/nav_about.gif';
nav_contact_on = new Image();nav_contact_on.src = 'pix/nav_contact_on.gif';
nav_contact = new Image();nav_contact.src = 'pix/nav_contact.gif';
nav_homes_on = new Image();nav_homes_on.src = 'pix/nav_homes_on.gif';
nav_homes = new Image();nav_homes.src = 'pix/nav_homes.gif';
nav_rates_on = new Image();nav_rates_on.src = 'pix/nav_rates_on.gif';
nav_rates = new Image();nav_rates.src = 'pix/nav_rates.gif';
nav_resources_on = new Image();nav_resources_on.src = 'pix/nav_resources_on.gif';
nav_resources = new Image();nav_resources.src = 'pix/nav_resources.gif';
g_star_1_on = new Image();g_star_1_on.src = 'pix/home/g_star_1_on.gif';
g_star_1 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
g_star_2_on = new Image();g_star_2_on.src = 'pix/home/g_star_2_on.gif';
g_star_2 = new Image();g_star_2.src = 'pix/home/g_star_2.gif';
g_star_3_on = new Image();g_star_3_on.src = 'pix/home/g_star_3_on.gif';
g_star_3 = new Image();g_star_3.src = 'pix/home/g_star_3.gif';
g_star_4_on = new Image();g_star_4_on.src = 'pix/home/g_star_4_on.gif';
g_star_4 = new Image();g_star_4.src = 'pix/home/g_star_4.gif';
g_star_1_1 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
g_star_1_2 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
g_star_1_3 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
g_star_1_4 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
g_star_1_5 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
g_star_1_6 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
g_star_1_7 = new Image();g_star_1.src = 'pix/home/g_star_1.gif';
}
function ChangeImg(id,name){
 if (document.images) {document.images[id].src=eval(name+".src"); }
}

//-->