﻿$(document).ready(function () {
    $('#myMenu').append('<a href="a01_home.html"><img src="images/s_logo_MarshallFenn.gif" width="348" height="157" border="0" /></a><br /><img src="images/s_white.gif" width="348" height="42" border="0" /><br /><img src="images/nav1Divider.gif" /><br /><a href="b01_aboutus.html" ><img src="images/nav1_aboutus_off.gif" alt="About Us" name="About Us" width="348" height="32" border="0" id="AboutUs" /></a><br /><img src="images/nav1Divider.gif" /><br /><img src="images/nav1Divider.gif" /><br /><a href="the_work.htm" ><img src="images/nav1_thework_off.gif" alt="The Work" name="The Work"  height="32" border="0" id="TheWork" /></a><br /><img src="images/nav1Divider.gif" /><br /><a href="c01_clients.html"><img src="images/nav1_clients_off.gif" alt="Clients" name="Clients" width="348" height="32" border="0" id="Clients" /></a><br /><img src="images/nav1Divider.gif" /><br /><a href="f01_casestudy_landing.html" ><img src="images/nav1_casestudies_off.gif" alt="Case Studies" name="Case Studies" width="348" height="32" border="0" id="CaseStudies" /></a><br /><img src="images/nav1Divider.gif" /><br /><a href="e01_capabilities.html" ><img src="images/nav1_capabilities_off.gif" alt="Capabilities" name="Capabilities" width="348" height="32" border="0" id="Capabilities" /></a><br /><img src="images/nav1Divider.gif" /><br /><img src="images/nav1_contact_off.gif" style="cursor:pointer;" alt="Capabilities" name="Capabilities" width="348" height="32" border="0" id="Contact" /><div style="color:#292929; font-size:12px; margin-left:40px;" id="contactDropdown"><br /><b><span style=" font-size:14px; color:#cb0007;">TORONTO OFFICE</span></b><br />1300 Yonge Street, suite 701<br />Toronto, ON M4T 1X3<br />T:(416) 962-3366<br />F:(416) 962-3375<br /><br /><b><span style="color:#cb0007; font-size:14px;">LAS VEGAS OFFICE</span></b><br />3080 S. Durango Dr.<br />Suite 101<br /> Las Vegas, NV 98117<br /> T:(702)367-6667<br />F:(702) 367-3639<br /><br />E: info@marshall-fenn.com</div><br /><br /><div style="margin-left:40px;"><a href="http://www.makethecallnow.ca" style="text-decoration:none;" target="_blank"><img src="images/boost.png" /><br /><br /><span style="margin-left:17px; color:grey; font-weight:bold; ">www.makethecallnow.ca</span></a></div>');   
   
    $('#contactDropdown').slideToggle(0);
    $('#Contact').click(function() {
        $('#contactDropdown').slideToggle('slow');
    });
});

