<!--

var Icon    = new Array();


 Icon[0]     = new Image();
 Icon[0].src = "g/n_faq.gif";
 Icon[1]     = new Image();
 Icon[1].src = "g/no_faq.gif";
 
 Icon[2]     = new Image();
 Icon[2].src = "g/n_cm.gif";
 Icon[3]     = new Image();
 Icon[3].src = "g/no_cm.gif";
 
 Icon[4]     = new Image();
 Icon[4].src = "g/n_wf.gif";
 Icon[5]     = new Image();
 Icon[5].src = "g/no_wf.gif";

 Icon[6]     = new Image();
 Icon[6].src = "g/n_ve.gif";
 Icon[7]     = new Image();
 Icon[7].src = "g/no_ve.gif";

 Icon[8]     = new Image();
 Icon[8].src = "g/n_ma.gif";
 Icon[9]     = new Image();
 Icon[9].src = "g/no_ma.gif";

 Icon[10]     = new Image();
 Icon[10].src = "g/n_bd.gif";
 Icon[11]     = new Image();
 Icon[11].src = "g/no_bd.gif";

 Icon[12]     = new Image();
 Icon[12].src = "g/n_fd.gif";
 Icon[13]     = new Image();
 Icon[13].src = "g/no_fd.gif";

 Icon[14]     = new Image();
 Icon[14].src = "g/n_wm.gif";
 Icon[15]     = new Image();
 Icon[15].src = "g/no_wm.gif";

 Icon[16]     = new Image();
 Icon[16].src = "g/n_cr.gif";
 Icon[17]     = new Image();
 Icon[17].src = "g/no_cr.gif";

 Icon[18]     = new Image();
 Icon[18].src = "g/n1_home.gif";
 Icon[19]     = new Image();
 Icon[19].src = "g/n1o_home.gif";

 Icon[20]     = new Image();
 Icon[20].src = "g/n1_course.gif";
 Icon[21]     = new Image();
 Icon[21].src = "g/n1o_course.gif";

 Icon[22]     = new Image();
 Icon[22].src = "g/n1_book.gif";
 Icon[23]     = new Image();
 Icon[23].src = "g/n1o_book.gif";

 Icon[24]     = new Image();
 Icon[24].src = "g/n1_accomodation.gif";
 Icon[25]     = new Image();
 Icon[25].src = "g/n1o_accomodation.gif";

 Icon[26]     = new Image();
 Icon[26].src = "g/n1_contact.gif";
 Icon[27]     = new Image();
 Icon[27].src = "g/n1o_contact.gif";

 Icon[28]     = new Image();
 Icon[28].src = "g/n1_workshop.gif";
 Icon[29]     = new Image();
 Icon[29].src = "g/n1o_workshop.gif";

 Icon[30]     = new Image();
 Icon[30].src = "g/n1_links.gif";
 Icon[31]     = new Image();
 Icon[31].src = "g/n1o_links.gif";

 Icon[32]     = new Image();
 Icon[32].src = "g/n1_tip.gif";
 Icon[33]     = new Image();
 Icon[33].src = "g/n1o_tip.gif";

 Icon[34]     = new Image();
 Icon[34].src = "g/n1_projects.gif";
 Icon[35]     = new Image();
 Icon[35].src = "g/n1o_projects.gif";
 
 Icon[36]     = new Image();
 Icon[36].src = "g/n_fr.gif";
 Icon[37]     = new Image();
 Icon[37].src = "g/no_fr.gif";
 
 Icon[38]     = new Image();
 Icon[38].src = "g/n_tu.gif";
 Icon[39]     = new Image();
 Icon[39].src = "g/no_tu.gif";

 function roll(page,file)
 {
   document[page].src = Icon[file].src;
 }

<!--

var dropTimer = 0;
var TimeoutDelay = 10000 //Milliseconds
var navOn = 'none';

function hideDropDowns(){
	if (navOn != 'none') {
		if (navOn == 'cabsub') {
			roll('n2','2');
			mydrop('cabsub','hide');
			navOn == 'none';
		} else if(navOn == 'crsub') {
			roll('n9','16');
			mydrop('crsub','hide');
			navOn == 'none';
		} else {
		return true;
		}
	}
}

function mydrop(myObj,visStr) {
	navOn = myObj;
	var theObj, objStr;
	clearTimeout(dropTimer);
	dropTimer = setTimeout('hideDropDowns()', TimeoutDelay);
	//alert('hello');
	if ((navigator.appName == 'Netscape') && document.layers != null) {
		document.layers[myObj].visibility = visStr;
	} else if (document.all != null) {
		if (visStr == 'show') visStr = 'visible';
		if (visStr == 'hide') visStr = 'hidden';
		document.all[myObj].style.visibility = visStr;
	} else {
		if (visStr == 'show') visStr = 'visible';
		if (visStr == 'hide') visStr = 'hidden';
		objStr = 'document.getElementById(\'' + myObj + '\')';
		theObj = eval(objStr);
		theObj.style.visibility = visStr;
	}
}

document.onclick=hideDropDowns;


//following hides the div just shown
//dropTimer = setTimeout('drop(theObj,"hide")', TimeoutDelay);


//-->


//-->
