<!-- Begin //if (document.images) {                                picon1 = new Image();                                picon1.src = "images/nav/1.gif";                                picon2 = new Image();                                picon2.src = "images/nav/0.gif";                                                                picon3 = new Image();                                picon3.src = "images/nav/2_1.gif";                                picon4 = new Image();                                picon4.src = "images/nav/2_0.gif";						}function on_main (imgName) {	if (document.images) {			document[imgName].src = "images/nav/1.gif";	}	}function off_main (imgName) {	if (document.images) {			document[imgName].src = "images/nav/0.gif";	}	}function on_sub (imgName) {	if (document.images) {			document[imgName].src = "images/nav/2_1.gif";	}	}function off_sub (imgName) {	if (document.images) {			document[imgName].src = "images/nav/2_0.gif";	}	}//  End -->