function adjustFiller() {
 if ((navigator.appName=="Netscape") && (parseInt(navigator.appVersion)>=5)) {
 	 fillHeight = window.innerHeight-document.images["imgLogo"].height;
	 document.images["imgLeftFiller"].height = fillHeight;
 }
}

strItems = "Home|Programme|Organizers|Applications|Registration Fee|Proceedings|Visas|Contact Us";
strLinks = "index.html|programme.html|organizers.html|applform.html|fee.html|proceedings.html|visas.html|contact.html";
var itemArr = new Array();
var linkArr = new Array();
itemArr = strItems.split("|");
linkArr = strLinks.split("|");
curPage = document.title;
curPage = curPage.replace("NPCS>","");
