function find($component)
{
global $HTTP_USER_AGENT;
$result = stristr($HTTP_USER_AGENT,$component);
return $result;
}
if ( find('Mac'))
{
if ( find('safari') )
{
$menu_align = '';
}
elseif ( find('MSIE') )
{
$menu_bg = 1;
}
elseif ( find('mozilla') )
{
$menu_align = 'valign="bottom"';
}
}
elseif ( find('Win'))
{
if ( find('MSIE') )
{
$menu_bg = 1;
}
elseif ( find('mozilla') )
{
$menu_align = 'valign="bottom"';
}
}
?>
The Musician Maker - Tucson, Arizona Music Lessons - Accordions, Keyboards, Strings (guitar, banjo, mandolin, etc.) and Theory
include('../include/footer.php')?>