 <!--
 	string1 = "<img src='images/logo_bar_lan.jpg' alt='Paragon Logo' width='760' height='70' border='0' usemap='#Map'/>" ;
	document.write(string1) ;
	string2 = "<map name='Map' id='Map'>" ;
	target = location.href ;
	target = target.substring(target.lastIndexOf('/')+1);

	if (target.substring(0,5) == "") target = "index" ;	
	if (target.substring(0,5) == "index") target = "index" ;	
	if (target.substring(0,10) == "map-reigate") target= "map-reigate" ;
	if (target.substring(0,9) == "contactco") target= "contactco" ;
	if (target.substring(0,8) == "accounts") target= "accounts" ;
	if (target.substring(0,12) == "contact-glas") target= "contact-glas" ;
	if (target.substring(0,11) == "contact-lon") target= "contact-lon" ;
	if (target.substring(0,8) == "services") target= "services" ;
	if (target.substring(0,7) == "profile") target= "profile" ;
	if (target.substring(0,8) == "oceanair") target= "oceanair" ;
	
	string3 = "<area shape='rect' coords='371,17,419,51' href='" + target +  ".html' target='_self' alt='English' />" ;
	string4 = "<area shape='rect' coords='429,17,477,48' href='" + target + "fr.html' target='_self' alt='French' />" ;
	string5 = "<area shape='rect' coords='488,17,535,48' href='" + target + "de.html' target='_self' alt='German' />" ;
	string6 = "</map>" ;
	
	
	document.write(string2) ;	
	document.write(string3) ;	
	document.write(string4) ;	
	document.write(string5) ;		
	document.write(string6) ;		
	//-->