/* =========================================================================================================================
Output dropdown menu depending on detected browser
========================================================================================================================= */

if (browser != 'ie')	{ document.write('<TD align="center" class="menubutt" title="About English Shaving Co .."><A href="/english-shaving-site-map.html" target="_top">Información Útil</a></TD>'); }

else
{
document.write('<TD ONCLICK="top.location=\'/english-shaving-site-map.html\';" ONMOUSEOVER="moveMenu(\'003Container\');ypSlideOutMenu.showMenu(\'003\');hideme();" onmouseout="ypSlideOutMenu.hideMenu(\'003\');showme();" align="center" class="menubutt" title="About English Shaving Co ..">Información Útil</TD>');
}

/* =========================================================================================================================
End of file
========================================================================================================================= */
