function Left(str, n)
{
   if (n <= 0)
         return "";
   else if (n > String(str).length)
         return str;
   else
         return String(str).substring(0,n);
}

if (document.title == 'frame it photography / home') {document.write("<style type='text/css'>a#home{color: #4c2008;}</style>")}
if (document.title == 'frame it photography / what we do') {document.write("<style type='text/css'>a#whatwedo{color: #4c2008;}</style>")}
if (document.title == 'frame it photography / what you do') {document.write("<style type='text/css'>a#whatyoudo{color: #4c2008;}</style>")}
if (Left(document.title,32) == 'frame it photography / portfolio') {document.write("<style type='text/css'>a#portfolio{color: #4c2008;}</style>")}
if (document.title == 'frame it photography / client zone') {document.write("<style type='text/css'>a#clientzone{color: #4c2008;}</style>")}
if (document.title == 'frame it photography / price list') {document.write("<style type='text/css'>a#prices{color: #4c2008;}</style>")}
if (document.title == 'frame it photography / links') {document.write("<style type='text/css'>a#links{color: #4c2008;}</style>")}
if (document.title == 'frame it photography / contact us') {document.write("<style type='text/css'>a#contactus{color: #4c2008;}</style>")}


