// Menu Bar

var menu_str = '';

menu_str += '<img src="images/menu_01.gif" width="30" height="32" border="0">';

// 1.
if ( active_advantages )
{
	menu_str += '<a href="advantages_personal.htm" onmouseover="hideMenus(); imageflip(\'images/s_advantages.gif\',1);" onmouseout="imageflip(\'images/s_advantages.gif\',01); "><img name="item1" src="images/s_advantages.gif" width="111" height="32" border="0"></a>';
}
else
{
    menu_str += '<a href="advantages_personal.htm" onmouseover="hideMenus(); imageflip(\'images/mo_advantages.gif\',1);" onmouseout="imageflip(\'images/n_advantages.gif\',01); "><img name="item1" src="images/n_advantages.gif" width="111" height="32" border="0"></a>';
}

menu_str += '<img src="images/menu_bar.gif" width="40" height="32" border="0">';

//2.
if ( active_services )
{
	menu_str += '<a href="services.htm" onmouseover="hideMenus(); imageflip(\'images/s_services.gif\',2);" onmouseout="imageflip(\'images/s_services.gif\',2); "><img name="item2" src="images/s_services.gif" width="84" height="32" border="0"></a>';
}
else
{
    menu_str += '<a href="services.htm" onmouseover="hideMenus(); imageflip(\'images/mo_services.gif\',2);" onmouseout="imageflip(\'images/n_services.gif\',2); "><img name="item2" src="images/n_services.gif" width="84" height="32" border="0"></a>';
}

menu_str += '<img src="images/menu_bar.gif" width="40" height="32" border="0">';

//3.
if ( active_about )
{
	menu_str += '<a href="about.htm" onmouseover="hideMenus(); imageflip(\'images/s_about.gif\',3);" onmouseout="imageflip(\'images/s_about.gif\',3); "><img name="item3" src="images/s_about.gif" width="85" height="32" border="0"></a>';
}
else
{
    menu_str += '<a href="about.htm" onmouseover="hideMenus(); imageflip(\'images/mo_about.gif\',3);" onmouseout="imageflip(\'images/n_about.gif\',3); "><img name="item3" src="images/n_about.gif" width="85" height="32" border="0"></a>';
}

menu_str += '<img src="images/menu_bar.gif" width="40" height="32" border="0">';

//4.
if ( active_tools )
{
	menu_str += '<a href="tools.htm" onmouseover="hideMenus(); imageflip(\'images/s_tools.gif\',4);" onmouseout="imageflip(\'images/s_tools.gif\',4); "><img name="item4" src="images/s_tools.gif" width="61" height="32" border="0"></a>';
}
else
{
    menu_str += '<a href="tools.htm" onmouseover="hideMenus(); imageflip(\'images/mo_tools.gif\',4);" onmouseout="imageflip(\'images/n_tools.gif\',4); "><img name="item4" src="images/n_tools.gif" width="61" height="32" border="0"></a>';
}

menu_str += '<img src="images/menu_bar.gif" width="40" height="32" border="0">';

//5.
if ( active_contact )
{
	menu_str += '<a href="about_contact.htm" onmouseover="hideMenus(); imageflip(\'images/s_contact.gif\',5);" onmouseout="imageflip(\'images/s_contact.gif\',5); "><img name="item5" src="images/s_contact.gif" width="75" height="32" border="0"></a>';
}
else
{
    menu_str += '<a href="about_contact.htm" onmouseover="hideMenus(); imageflip(\'images/mo_contact.gif\',5);" onmouseout="imageflip(\'images/n_contact.gif\',5); "><img name="item5" src="images/n_contact.gif" width="75" height="32" border="0"></a>';
}

menu_str += '<img src="images/menu_bar.gif" width="40" height="32" border="0">';

//6.
if ( active_faq )
{
	menu_str += '<a href="faq.htm" onmouseover="hideMenus(); imageflip(\'images/s_faq.gif\',6);" onmouseout="imageflip(\'images/s_faq.gif\',6); "><img name="item6" src="images/s_faq.gif" width="54" height="32" border="0"></a>';
}
else
{
    menu_str += '<a href="faq.htm" onmouseover="hideMenus(); imageflip(\'images/mo_faq.gif\',6);" onmouseout="imageflip(\'images/n_faq.gif\',6); "><img name="item6" src="images/n_faq.gif" width="54" height="32" border="0"></a>';
}

menu_str += '<img src="images/menu_02.gif" width="30" height="32" border="0">';

document.write( menu_str );
			   
