
/*

jason taylor : wonderbureau.com : 04

Super Simple mark + rollover footer nav

Maintain paths and all should be golden.
Also -- any links to footer sections from within the site content should have 
the var navA appended in query in form --- /area.html?navA=footerArea --- this will ensure
correct highlighting of nav area from within site.

*/



document.write("<BR><table width=\"789\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>");




// LEFT GRAPHIC :: DO NOT ALTER! *****************************************************
document.write("<table id=\"Footer\" align=\"center\" width=\"758\" height=\"54\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.write("<tr>");
document.write("<td><img src=\"0_imgDir/f_left.gif\" width=\"28\" height=\"54\" alt=\"\"></td>");



// COMPANY *****************************************************
if(navA =='company'){
	document.write("<td><img src=\"0_imgDir/f_company_o.gif\" border=\"0\" width=\"85\" height=\"54\" name=\"company\" alt=\"\"></td>");
}else{
	document.write("<td><a ");
	document.write("\"javascript:;\" onMouseOver=\"_swapImage('company','','0_imgDir/f_company_o.gif')\" onMouseOut=\"_swapImgRestore()\">");
	document.write("<img src=\"0_imgDir/f_company.gif\" width=\"85\" height=\"54\" name=\"company\" border=\"0\" alt=\"\"></a></td>");
}


// PRESS *****************************************************
if(navA =='press'){
	document.write("<td><img src=\"0_imgDir/f_press_o.gif\" width=\"65\" height=\"54\" name=\"press\" alt=\"\"></td>");
}else{
	document.write("<td><a ");
	document.write("\"javascript:;\" onMouseOver=\"_swapImage('press','','0_imgDir/f_press_o.gif')\" onMouseOut=\"_swapImgRestore()\">");
	document.write("<img src=\"0_imgDir/f_press.gif\" width=\"65\" height=\"54\" name=\"press\" border=\"0\" alt=\"\"></a></td>");
}


// PARTNERS *****************************************************
if(navA =='partners'){
	document.write("<td><img src=\"0_imgDir/f_partners_o.gif\" width=\"91\" height=\"54\" name=\"partners\" alt=\"\"></td>");
}else{
	document.write("<td><a ");
	document.write("\"javascript:;\" onMouseOver=\"_swapImage('partners','','0_imgDir/f_partners_o.gif')\" onMouseOut=\"_swapImgRestore()\">");
	document.write("<img src=\"0_imgDir/f_partners.gif\" width=\"91\" height=\"54\" name=\"partners\" border=\"0\" alt=\"\"></a></td>");
}


// CONTACT *****************************************************
if(navA =='contact'){
	document.write("<td><img src=\"0_imgDir/f_contact_o.gif\" width=\"85\" height=\"54\" name=\"contact\" alt=\"\"></td>");
}else{
	document.write("<td><a ");
	document.write("\"javascript:;\" onMouseOver=\"_swapImage('contact','','0_imgDir/f_contact_o.gif')\" onMouseOut=\"_swapImgRestore()\">");
	document.write("<img src=\"0_imgDir/f_contact.gif\" width=\"85\" height=\"54\" name=\"contact\" border=\"0\" alt=\"\"></a></td>");
}


// PRIVACY *****************************************************
if(navA =='privacy'){
	document.write("<td><img src=\"0_imgDir/f_privacy_o.gif\" width=\"126\" height=\"54\" name=\"privacy\" alt=\"\"></td>");
}else{
	document.write("<td><a ");
	document.write("\"javascript:;\" onMouseOver=\"_swapImage('privacy','','0_imgDir/f_privacy_o.gif')\" onMouseOut=\"_swapImgRestore()\">");
	document.write("<img src=\"0_imgDir/f_privacy.gif\" width=\"126\" height=\"54\" name=\"privacy\" border=\"0\" alt=\"\"></a></td>");
}


// RIGHT GRAPHIC :: DO NOT ALTER! *****************************************************
document.write("<td><img src=\"0_imgDir/f_right.gif\" width=\"278\" height=\"54\" alt=\"\"></a></td>");
document.write("</tr>");
document.write("</table>");



document.write("</td></tr></table><BR>");
