	<!--
	
	if (document.images) {
		image1on = new Image();
		image1on.src = "images/nav/L1_men_on.gif";
	
		image2on = new Image();
		image2on.src = "images/nav/L1_women_on.gif";
	
		image3on = new Image();
		image3on.src = "images/nav/L1_guarantee_on.gif";
	
		image4on = new Image();
		image4on.src = "images/nav/L1_inthenews_on.gif";
	
		image5on = new Image();
		image5on.src = "images/nav/L1_testimonials_on.gif";
	
		image6on = new Image();
		image6on.src = "images/home/button_men_sm_on.gif";

		image7on = new Image();
		image7on.src = "images/home/button_women_sm_on.gif";
	
		image8on = new Image();
		image8on.src = "images/home/button_men_big_on.gif";

		image9on = new Image();
		image9on.src = "images/home/button_women_big_on.gif";

//images off
		image1off = new Image();
		image1off.src = "images/nav/L1_men_off.gif";
	
		image2off = new Image();
		image2off.src = "images/nav/L1_women_off.gif";
	
		image3off = new Image();
		image3off.src = "images/nav/L1_guarantee_off.gif";
	
		image4off = new Image();
		image4off.src = "images/nav/L1_inthenews_off.gif";
	
		image5off = new Image();
		image5off.src = "images/nav/L1_testimonials_off.gif";
	
		image6off = new Image();
		image6off.src = "images/home/button_men_sm_off.gif";

		image7off = new Image();
		image7off.src = "images/home/button_women_sm_off.gif";
	
		image8off = new Image();
		image8off.src = "images/home/button_men_big_off.gif";

		image9off = new Image();
		image9off.src = "images/home/button_women_big_off.gif";

	}
	
	function turnOn(imageName) {
		if (document.images) {
			document[imageName].src = eval(imageName + "on.src");
		}
	}
	
	function turnOff(imageName) {
		if (document.images) {
			document[imageName].src = eval(imageName + "off.src");
		}
	}
	
	function openwin(pagetype, width, height) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=" + width + ",height=" + height + ",resizable=1,scrollbars=yes,");
		openwindow.focus();
	}

	function openwin_email(pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=550,height=250,scrollbars=no,resizable=yes");
		openwindow.focus();
	}

	function openwin_100(pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=450,height=400,scrollbars=yes,resizable=no");
		openwindow.focus();
	}

	function openwin_check(pagetype) {
		openwindow = open(pagetype,"win2","screenx=60,screeny=60,width=450,height=400,scrollbars=yes,resizable=no");
		openwindow.focus();
	}

	function openWindow(url) {
		popupWin = window.open(url, 'openWin', "width=400, height=250, scrollbars=yes, resizable=yes");
	} 


	// -->