//NAVIGATION FOR SECOND LEVEL PAGES START// Browser detectvar ie4 = (document.all && !document.getElementById) ? true:false;var ns4 = (document.layers) ? true:false;var dom2 = (document.getElementById) ? true:false;var loc = new String(document.location);// Universal image rollover functionsfunction imghighlight(whichimg) {	var imgsrc = new String(whichimg.src);	imgsrc = imgsrc.replace(new RegExp('_off\.','g'),'_on\.');	whichimg.src = imgsrc;}function imgnohighlight(whichimg) {	var imgsrc = new String(whichimg.src);	imgsrc = imgsrc.replace(new RegExp('_on\.','g'),'_off\.');	whichimg.src = imgsrc;}//NAVIGATION FOR SECOND LEVEL PAGES END