/*
oBu
topscriptcollector.js

master script, gathering all other scripts for this sector


V 1.0

created 06-11-2003 oBu
last edited 10-02-2005 js

*/

// "language" contains the chosen language

chosLang=language;

if (chosLang=="") {
	chosLang="it_IT";
}

scriptPre="../../"+chosLang+"/";	// default.

scriptString=""+
	"<script src=\""+scriptPre+"res/navigation_02.js\"></script>";
//	alert (scriptString);
document.write(scriptString);