var menu_str = '';

menu_str += '<img src="images/phone.png" width="140" height="30" border="0"><br>';

if ( active_news )
{
	  menu_str += '<a href="news.htm" onmouseover="hideMenus(); imageflip(\'images/s_news.png\',70);" onmouseout="imageflip(\'images/s_news.png\',70); "><img name="item70" src="images/s_news.png" width="77" height="22" border="0"></a>';
}
else
{
    menu_str += '<a href="news.htm" onmouseover="hideMenus(); imageflip(\'images/mo_news.png\',70);" onmouseout="imageflip(\'images/n_news.png\',70); "><img name="item70" src="images/n_news.png" width="77" height="22" border="0"></a>';
}
if ( active_contact )
{
	  menu_str += '<a href="contact.htm" onmouseover="hideMenus(); imageflip(\'images/s_contact.png\',80);" onmouseout="imageflip(\'images/s_contact.png\',80); "><img name="item80" src="images/s_contact.png" width="63" height="22" border="0"></a>';
}
else
{
    menu_str += '<a href="contact.htm" onmouseover="hideMenus(); imageflip(\'images/mo_contact.png\',80);" onmouseout="imageflip(\'images/n_contact.png\',80); "><img name="item80" src="images/n_contact.png" width="63" height="22" border="0"></a>';
}

document.write ( menu_str );
