var n_phone_title = new Array();
n_phone_title["en-us"] = "Phone";
n_phone_title["es-es"] = "Tel&#233;fono";
n_phone_title["de-de"] = "Telefon";
n_phone_title["fr-fr"] = "T&#233;l&#233;phone";
n_phone_title["it-it"] = "Telefono";
n_phone_title["ja-jp"] = "&#38651;&#35441;";
n_phone_title["zh-cn"] = "&#30005;&#35805;";
n_phone_title["nl-nl"] = "Telefoon";
n_phone_title["sv-se"] = "Telefon";
n_phone_title["pl-pl"] = "Nr telefonu";

var n_localaddress_title = new Array();
n_localaddress_title["en-us"] = "Local Address";
n_localaddress_title["es-es"] = "Direcci&#243;n local";
n_localaddress_title["fr-fr"] = "Adresse locale";
n_localaddress_title["de-de"] = "Lokale Adresse";
n_localaddress_title["it-it"] = "Indirizzo locale";
n_localaddress_title["ja-jp"] = "&#20250;&#31038;&#25152;&#22312;&#22320;";
n_localaddress_title["zh-cn"] = "&#26412;&#22320;&#22320;&#22336;";
n_localaddress_title["nl-nl"] = "Plaatselijk adres";
n_localaddress_title["sv-se"] = "Lokal adress";
n_localaddress_title["pl-pl"] = "Adres lokalny";

var n_corpaddress_title = new Array();
n_corpaddress_title["en-us"] = "US Corporate Address";
n_corpaddress_title["es-es"] = "Direcci&#243;n corporativa";
n_corpaddress_title["fr-fr"] = "Adresse de la soci&#233;t&#233;";
n_corpaddress_title["de-de"] = "Unternehmensadresse";
n_corpaddress_title["it-it"] = "Indirizzo dell'azienda";
n_corpaddress_title["ja-jp"] = "&#20250;&#31038;&#25152;&#22312;&#22320; &#65288;&#31859;&#22269;&#65289;";
n_corpaddress_title["zh-cn"] = "&#20844;&#21496;&#22320;&#22336;";
n_corpaddress_title["nl-nl"] = "Statutaire zetel";
n_corpaddress_title["sv-se"] = "F&#246;retagsadress";
n_corpaddress_title["pl-pl"] = "Adres centrali w USA";
	
if(typeof(n_country) == 'undefined' || n_country == 'US|United%20States') {
	document.write('<h5>Corporate Address</h5>'+
					'<p>1800 South Novell Place, Provo, UT 84606</p>'+
					'<h5>Phone</h5>'+
					'<p>(800) 529-3400</p>'+
					'<h5>E-mail</h5>'+
					'<p><a href="mailto:crc@novell.com" style="text-decoration:none; color:#000000;">crc@novell.com</a></p>');
} else {
	document.write('<div id="corpaddress">'+
					'<h5>'+getNovellTranslation(n_corpaddress_title)+'</h5>'+
					'<p>1800 South Novell Place, Provo, UT 84606</p>'+
					'<h5>'+getNovellTranslation(n_phone_title)+'</h5>'+
					'<p>'+ n_phone +'</p>'+
					'</div>');
}
