<!--
if (document.images) 	{
	   	var home1 = new Image();	home1.src = "img/nav/home_off.gif";	var home2 = new Image();	home2.src = "img/nav/home_on.gif";	}
		function show_home() {		if (document.images) {			document["home"].src = home2.src;	}
			}					
		function hide_home() {		if (document.images) {			document["home"].src = home1.src;
			}
}	
//-->
<!--
if (document.images) 	{
	   	var men1 = new Image();		men1.src = "img/nav/men_off.gif";	var men2 = new Image();		men2.src = "img/nav/men_on.gif";	}
		function show_men() {		if (document.images) {			document["men"].src = men2.src;	}
			}					
		function hide_men() {		if (document.images) {			document["men"].src = men1.src;
			}
}	
//-->
<!--
if (document.images) 	{
	   	var ladies1 = new Image();	ladies1.src = "img/nav/ladies_off.gif";	var ladies2 = new Image();	ladies2.src = "img/nav/ladies_on.gif";	}
		function show_ladies() {	if (document.images) {			document["ladies"].src = ladies2.src;	}
			}					
		function hide_ladies() 	{	if (document.ladies) {			document["ladies"].src = ladies1.src;
			}
}	
//-->
<!--
if (document.images) 	{
	   	var mixed1 = new Image();	mixed1.src = "img/nav/mixed_off.gif";	var mixed2 = new Image();	mixed2.src = "img/nav/mixed_on.gif";	}
		function show_mixed() {	if (document.images) {			document["mixed"].src = mixed2.src;	}
			}					
		function hide_mixed() 	{	if (document.mixed) {			document["mixed"].src = mixed1.src;
			}
}	
//-->
<!--
if (document.images) 	{
	   	var colts1 = new Image();	colts1.src = "img/nav/colts_off.gif";	var colts2 = new Image();	colts2.src = "img/nav/colts_on.gif";	}
		function show_colts() {	if (document.colts) {			document["colts"].src = colts2.src;	}
			}					
		function hide_colts() 	{	if (document.colts) {			document["colts"].src = colts1.src;
			}
}	
//-->
<!--
if (document.images) 	{
	   	var gallery1 = new Image();	gallery1.src = "img/nav/gallery_off.gif";	var gallery2 = new Image();	gallery2.src = "img/nav/gallery_on.gif";	}
		function show_gallery() {	if (document.gallery) {			document["gallery"].src = gallery2.src;	}
			}					
		function hide_gallery() 	{	if (document.gallery) {			document["gallery"].src = gallery1.src;
			}
}	
//-->





















