function popUp(theURL,winName,features) {
window.open(theURL,winName,features);}

function swapImg(x,y) {		
document.images[x].src=eval(y+'.src');}

home_on = new Image();
home_on.src = "images/nav/navonhome.gif";
home_off = new Image();
home_off.src = "images/nav/navoffhome.gif";

mem_on = new Image();
mem_on.src = "images/nav/navonmem.gif";
mem_off = new Image();
mem_off.src = "images/nav/navoffmem.gif";

flow_on = new Image();
flow_on.src = "images/nav/navonflow.gif";
flow_off = new Image();
flow_off.src = "images/nav/navoffflow.gif";

char_on = new Image();
char_on.src = "images/nav/navonchar.gif";
char_off = new Image();
char_off.src = "images/nav/navoffchar.gif";

faq_on = new Image();
faq_on.src = "images/nav/navonfaq.gif";
faq_off = new Image();
faq_off.src = "images/nav/navofffaq.gif";

con_on = new Image();
con_on.src = "images/nav/navoncon.gif";
con_off = new Image();
con_off.src = "images/nav/navoffcon.gif";

bucket01_on = new Image();
bucket01_on.src = "images/nav/bucket01on.jpg";
bucket01_off = new Image();
bucket01_off.src = "images/nav/bucket01off.jpg";

bucket02_on = new Image();
bucket02_on.src = "images/nav/bucket02on.jpg";
bucket02_off = new Image();
bucket02_off.src = "images/nav/bucket02off.jpg";

bucket03_on = new Image();
bucket03_on.src = "images/nav/bucket03on.jpg";
bucket03_off = new Image();
bucket03_off.src = "images/nav/bucket03off.jpg";

testimonials_on = new Image();
testimonials_on.src = "images/nav/testimonialson.jpg";
testimonials_off = new Image();
testimonials_off.src = "images/nav/testimonialsoff.jpg";

planning_on = new Image();
planning_on.src = "images/nav/navonplanning.gif";
planning_off = new Image();
planning_off.src = "images/nav/navoffplanning.gif";

learn_on = new Image();
learn_on.src = "images/nav/learnon.jpg";
learn_off = new Image();
learn_off.src = "images/nav/learnoff.jpg";

clickdetal_on = new Image();
clickdetal_on.src = "images/clickdetailson.gif";
clickdetal_off = new Image();
clickdetal_off.src = "images/clickdetails.gif";

go_on = new Image();
go_on.src = "images/goon.gif";
go_off = new Image();
go_off.src = "images/go.gif";
