if (document.images){
// main menu
who_on = new Image();	who_on.src = view_path + "images/roll/whoweare_on.gif";
who_off = new Image();	who_off.src = view_path + "images/roll/whoweare_off.gif";
what_on = new Image();	what_on.src = view_path + "images/roll/whatwedo_on.gif";
what_off = new Image();	what_off.src = view_path + "images/roll/whatwedo_off.gif";
how_on = new Image();	how_on.src = view_path + "images/roll/howwework_on.gif";
how_off = new Image();	how_off.src = view_path + "images/roll/howwework_off.gif";
news_on = new Image();	news_on.src = view_path + "images/roll/news_on.gif";
news_off = new Image();	news_off.src = view_path + "images/roll/news_off.gif";
con_on = new Image();	con_on.src = view_path + "images/roll/contact_on.gif";
con_off = new Image();	con_off.src = view_path + "images/roll/contact_off.gif";
// header
mar_on = new Image();	mar_on.src = view_path + "images/roll/marketing_on.gif";
mar_off = new Image();	mar_off.src = view_path + "images/roll/marketing_off.gif";
str_on = new Image();	str_on.src = view_path + "images/roll/strategy_on.gif";
str_off = new Image();	str_off.src = view_path + "images/roll/strategy_off.gif";
fac_on = new Image();	fac_on.src = view_path + "images/roll/facilitation_on.gif";
fac_off = new Image();	fac_off.src = view_path + "images/roll/facilitation_off.gif";
// drop-down sub menus
// who we are
who_mp_on = new Image();	who_mp_on.src = view_path + "images/roll/who_mvp_on.gif";
who_mp_off = new Image();	who_mp_off.src = view_path + "images/roll/who_mvp_off.gif";
who_lb_on = new Image();	who_lb_on.src = view_path + "images/roll/who_laura_on.gif";
who_lb_off = new Image();	who_lb_off.src = view_path + "images/roll/who_laura_off.gif";
who_hf_on = new Image();	who_hf_on.src = view_path + "images/roll/who_helen_on.gif";
who_hf_off = new Image();	who_hf_off.src = view_path + "images/roll/who_helen_off.gif";
//whatwedo
what_ov_on = new Image();	what_ov_on.src = view_path + "images/roll/what_overview_on.gif";
what_ov_off = new Image();	what_ov_off.src = view_path + "images/roll/what_overview_off.gif";
what_mk_on = new Image();	what_mk_on.src = view_path + "images/roll/what_marketing_on.gif";
what_mk_off = new Image();	what_mk_off.src = view_path + "images/roll/what_marketing_off.gif";
what_st_on = new Image();	what_st_on.src = view_path + "images/roll/what_strategy_on.gif";
what_st_off = new Image();	what_st_off.src = view_path + "images/roll/what_strategy_off.gif";
what_fc_on = new Image();	what_fc_on.src = view_path + "images/roll/what_facilitation_on.gif";
what_fc_off = new Image();	what_fc_off.src = view_path + "images/roll/what_facilitation_off.gif";
//how we work
how_pr_on = new Image();	how_pr_on.src = view_path + "images/roll/how_process_on.gif";
how_pr_off = new Image();	how_pr_off.src = view_path + "images/roll/how_process_off.gif";
how_re_on = new Image();	how_re_on.src = view_path + "images/roll/how_results_on.gif";
how_re_off = new Image();	how_re_off.src = view_path + "images/roll/how_results_off.gif";
//news & resources
nws_rd_on = new Image();	nws_rd_on.src = view_path + "images/roll/nws_resources_on.gif";
nws_rd_off = new Image();	nws_rd_off.src = view_path + "images/roll/nws_resources_off.gif";
nws_nws_on = new Image();	nws_nws_on.src = view_path + "images/roll/nws_news_on.gif";
nws_nws_off = new Image();	nws_nws_off.src = view_path + "images/roll/nws_news_off.gif";
}

function roll(sname,rname) {
	sname.src = rname.src;
}




// drop-down menu functions
if (!document.layers&&!document.all&&!document.getElementById)
event="test"
function showtip(current,e,text){

if (document.all||document.getElementById){
thetitle=text.split('<br>')
if (thetitle.length>1){
thetitles=''
for (i=0;i<thetitle.length;i++)
thetitles+=thetitle[i]
current.title=thetitles
}
else
current.title=text
}

else if (document.layers){
document.tooltip.document.write('<layer bgColor="white" style="border:1px solid black;font-size:12px;">'+text+'</layer>')
document.tooltip.document.close()
document.tooltip.left=e.pageX+5
document.tooltip.top=e.pageY+5
document.tooltip.visibility="show"
}
}
function hidetip(){
if (document.layers)
document.tooltip.visibility="hidden"
}

function change(id, newClass)
{
	identity=document.getElementById(id);
	identity.className=newClass;
}


