var menu_str = '';// 1.if ( active_partsservices ){	menu_str += '<a href="parts-services.htm" onmouseover="hideMenus(); imageflip(\'images/s_partsservices.png\',1);" onmouseout="imageflip(\'images/s_partsservices.png\',1); "><img name="item1" src="images/s_partsservices.png" width="93" height="35" border="0"></a>';}else{  menu_str += '<a href="parts-services.htm" onmouseover="hideMenus(); imageflip(\'images/mo_partsservices.png\',1);" onmouseout="imageflip(\'images/n_partsservices.png\',1); "><img name="item1" src="images/n_partsservices.png" width="93" height="35" border="0"></a>';}//2.if ( active_dealersaleslocator ){	menu_str += '<a href="find-a-dealer.htm" onmouseover="hideMenus(); imageflip(\'images/s_dealersaleslocator.png\',2);" onmouseout="imageflip(\'images/s_dealersaleslocator.png\',2); "><img name="item2" src="images/s_dealersaleslocator.png\" width="134" height="35" border="0"></a>';}else{	menu_str += '<a href="find-a-dealer.htm" onmouseover="hideMenus(); imageflip(\'images/mo_dealersaleslocator.png\',2);" onmouseout="imageflip(\'images/n_dealersaleslocator.png\',2); "><img name="item2" src="images/n_dealersaleslocator.png\" width="134" height="35" border="0"></a>';}// 3.if ( active_financing ){  menu_str += '<a href="financing.htm" onmouseover="hideMenus(); imageflip(\'images/s_financing.png\',3);" onmouseout="imageflip(\'images/s_financing.png\',3); "><img name="item3" src="images/s_financing.png\" width="74" height="35" border="0"></a>';}else{  menu_str += '<a href="financing.htm" onmouseover="hideMenus(); imageflip(\'images/mo_financing.png\',3);" onmouseout="imageflip(\'images/n_financing.png\',3); "><img name="item3" src="images/n_financing.png\" width="74" height="35" border="0"></a>';}// 4.if ( active_manuals ){  menu_str += '<a href="manuals.htm" onmouseover="hideMenus(); imageflip(\'images/s_manuals.png\',4);" onmouseout="imageflip(\'images/s_manuals.png\',4); "><img name="item4" src="images/s_manuals.png\" width="67" height="35" border="0"></a>';}else{  menu_str += '<a href="manuals.htm" onmouseover="hideMenus(); imageflip(\'images/mo_manuals.png\',4);" onmouseout="imageflip(\'images/n_manuals.png\',4); "><img name="item4" src="images/n_manuals.png\" width="67" height="35" border="0"></a>';}//5.if ( active_events ){	menu_str += '<a href="events.htm" onmouseover="hideMenus(); imageflip(\'images/s_events.png\',5);" onmouseout="imageflip(\'images/s_events.png\',5); "><img name="item5" src="images/s_events.png\" width="56" height="35" border="0"></a>';}else{	menu_str += '<a href="events.htm" onmouseover="hideMenus(); imageflip(\'images/mo_events.png\',5);" onmouseout="imageflip(\'images/n_events.png\',5); "><img name="item5" src="images/n_events.png\" width="56" height="35" border="0"></a>';}//6.if ( active_aboutsac ){	menu_str += '<a href="about.htm" onmouseover="hideMenus(); imageflip(\'images/s_aboutsac.png\',6);" onmouseout="imageflip(\'images/s_aboutsac.png\',6); "><img name="item6" src="images/s_aboutsac.png\" width="79" height="35" border="0"></a>';}else{	menu_str += '<a href="about.htm" onmouseover="hideMenus(); imageflip(\'images/mo_aboutsac.png\',6);" onmouseout="imageflip(\'images/n_aboutsac.png\',6); "><img name="item6" src="images/n_aboutsac.png\" width="79" height="35" border="0"></a>';}//7.if ( active_employment ){	menu_str += '<a href="employment.htm" onmouseover="hideMenus(); imageflip(\'images/s_employment.png\',7);" onmouseout="imageflip(\'images/s_employment.png\',7); "><img name="item7" src="images/s_employment.png\" width="91" height="35" border="0"></a>';}else{	menu_str += '<a href="employment.htm" onmouseover="hideMenus(); imageflip(\'images/mo_employment.png\',7);" onmouseout="imageflip(\'images/n_employment.png\',7); "><img name="item7" src="images/n_employment.png\" width="91" height="35" border="0"></a>';}//9.if ( active_contact ){	menu_str += '<a href="contact.htm" onmouseover="hideMenus(); imageflip(\'images/s_contact.png\',8);" onmouseout="imageflip(\'images/s_contact.png\',8); "><img name="item8" src="images/s_contact.png\" width="66" height="35" border="0"></a>';}else{	menu_str += '<a href="contact.htm" onmouseover="hideMenus(); imageflip(\'images/mo_contact.png\',8);" onmouseout="imageflip(\'images/n_contact.png\',8); "><img name="item8" src="images/n_contact.png\" width="66" height="35" border="0"></a>';}//menu_str += '<br><img src="images/head_address_1.png" width="660" height="70" border="0">';//menu_str += '<br><img src="images/head_address_2.png" width="470" height="20" border="0">';//menu_str += '<a href="mailto:sales@siouxautomatin.com" onmouseover="hideMenus(); imageflip(\'images/mo_head_address_2a.png\',18);" onmouseout="imageflip(\'images/n_head_address_2a.png\',18); "><img name="item18" src="images/n_head_address_2a.png\" width="660" height="20" border="0"></a>';//menu_str += '<img src="images/head_address_3.png" width="660" height="15" border="0">';menu_str += '<br><img src ="images/head_address.png" width="660" height="105" border=0 usemap ="#email" /><map name="email"><area shape="rect" coords="475,70,660,90" href="mailto:sales@siouxautomation.com" alt="" /></map>';document.write( menu_str );			   
