var path = unescape(location.href)	
var URL = path.toLowerCase()
var t1=URL.indexOf('/support')
var t2=URL.indexOf('/service')
var t3=URL.indexOf('/about')
var t4=URL.indexOf('/index')
var t5=URL.indexOf('/contact.html')
var t6=URL.indexOf('/partners')
var t7=URL.indexOf('.html')
var t8=URL.indexOf('/contacts.html')
var t9=URL.indexOf('/sitemap.html')
//alert(t7);
var urlname
var image
if (t1!=-1){image="images/img_support.jpg" ;}
if (t2!=-1){image="images/img_services.jpg";}
if (t3!=-1){image="images/img_aboutus.jpg" ;}
if (t4!=-1){image="images/img_home.jpg" ;}
if (t5!=-1){image="images/img_contact.jpg" }
if (t6!=-1){image="images/img_partners.jpg" }
if (t7<1){image="images/img_home.jpg" }
if (t8!=-1){image="images/img_contact.jpg"}
if (t9!=-1){image="images/img_sitemap.jpg" }

/*switch (urlname)
{
case "index":
image="images/img_home.jpg" ;
break;
case "aboutus":
image="images/img_aboutus.jpg" ;
break;
case "services":
image="images/img_services.jpg";
break;
case "support":
image="images/img_support.jpg" 
break;
case "partners":
image="images/img_partners.jpg" 
break;
default:
image="images/img_home.jpg";
}
*/
document.write('<table width="770" border="0" cellspacing="0" cellpadding="0" style="border-style:solid;border-bottom-width:1px;border-top-width:0px;border-left-width:0px;border-right-width:0px;border-color:#000000">')
document.write('<tr><td width="15" height="70">&nbsp;</td><td><a href="index.html"><img src="images/logo.jpg" border="0"></a></td></tr>')
document.write('</table>')		
			
document.write('<table width="770" border="0" cellspacing="0" cellpadding="0" style="margin-top:1">')
document.write('<tr>')
document.write('<td width="200" bgcolor="#DDDDDD">')
document.write('<table width="198" border="0" cellspacing="2" cellpadding="0" height="150">')
document.write('<tr><td bgcolor="#c31002" align="center"><a href="about_company.html" class="hmenu">About Us</a></td></tr>')
document.write('<tr><td bgcolor="#c31002" align="center"><a href="service_overview.html" class="hmenu">Services</a></td></tr>')
document.write('<tr><td align="center" bgcolor="#c31002"><a href="support_overview.html" class="hmenu">Support</a></td></tr>')
document.write('<tr><td align="center" bgcolor="#c31002"><a href="partners_overview.html" class="hmenu">Partners</a></td></tr>')
document.write('<tr><td align="center" bgcolor="#c31002"><a href="contacts.html" class="hmenu">Contacts</a></td>')
document.write('</tr></table>')
document.write('</td><td><img src="'+image+'"></td>')
document.write('</tr></table>')

document.write('<table width="770" border="0" cellspacing="0" cellpadding="0" style="border-style:solid;border-bottom-width:0px;border-top-width:1px;border-left-width:0px;border-right-width:0px;border-color:#000000;margin-top:1">')
document.write('<tr><td width="15" height="1"></td><td></td></tr>')
document.write('</table>')