<!--
browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";
if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4";
if ( version == "n3" || version == "e4" )
if(document.images) {

	fashion1			= new Image(); fashion1.src				= "../images/fashion/1.jpg";
	sml1off				= new Image(); sml1off.src				= "../images/fashion/1sml_off.jpg";
	sml1on				= new Image(); sml1on.src				= "../images/fashion/1sml_on.jpg";
	
	fashion2			= new Image(); fashion2.src				= "../images/fashion/2.jpg";
	sml2off				= new Image(); sml2off.src				= "../images/fashion/2sml_off.jpg";
	sml2on				= new Image(); sml2on.src				= "../images/fashion/2sml_on.jpg";
			
	fashion3			= new Image(); fashion3.src				= "../images/fashion/3.jpg";
	sml3off				= new Image(); sml3off.src				= "../images/fashion/3sml_off.jpg";
	sml3on				= new Image(); sml3on.src				= "../images/fashion/3sml_on.jpg";
			
	fashion4			= new Image(); fashion4.src				= "../images/fashion/4.jpg";
	sml4off				= new Image(); sml4off.src				= "../images/fashion/4sml_off.jpg";
	sml4on				= new Image(); sml4on.src				= "../images/fashion/4sml_on.jpg";
			
	fashion5			= new Image(); fashion5.src				= "../images/fashion/5.jpg";
	sml5off				= new Image(); sml5off.src				= "../images/fashion/5sml_off.jpg";
	sml5on				= new Image(); sml5on.src				= "../images/fashion/5sml_on.jpg";
			
	fashion6			= new Image(); fashion6.src				= "../images/fashion/6.jpg";
	sml6off				= new Image(); sml6off.src				= "../images/fashion/6sml_off.jpg";
	sml6on				= new Image(); sml6on.src				= "../images/fashion/6sml_on.jpg";
			
	fashion7			= new Image(); fashion7.src				= "../images/fashion/7.jpg";
	sml7off				= new Image(); sml7off.src				= "../images/fashion/7sml_off.jpg";
	sml7on				= new Image(); sml7on.src				= "../images/fashion/7sml_on.jpg";
			
	fashion8			= new Image(); fashion8.src				= "../images/fashion/8.jpg";
	sml8off				= new Image(); sml8off.src				= "../images/fashion/8sml_off.jpg";
	sml8on				= new Image(); sml8on.src				= "../images/fashion/8sml_on.jpg";
			
	fashion9			= new Image(); fashion9.src				= "../images/fashion/9.jpg";
	sml9off				= new Image(); sml9off.src				= "../images/fashion/9sml_off.jpg";
	sml9on				= new Image(); sml9on.src				= "../images/fashion/9sml_on.jpg";
			
	fashion10			= new Image(); fashion10.src			= "../images/fashion/10.jpg";
	sml10off			= new Image(); sml10off.src				= "../images/fashion/10sml_off.jpg";
	sml10on				= new Image(); sml10on.src				= "../images/fashion/10sml_on.jpg";
	
	fashion11			= new Image(); fashion11.src			= "../images/fashion/11.jpg";
	sml11off			= new Image(); sml11off.src				= "../images/fashion/11sml_off.jpg";
	sml11on				= new Image(); sml11on.src				= "../images/fashion/11sml_on.jpg";
	
	fashion12			= new Image(); fashion12.src			= "../images/fashion/12.jpg";
	sml12off			= new Image(); sml12off.src				= "../images/fashion/12sml_off.jpg";
	sml12on				= new Image(); sml12on.src				= "../images/fashion/12sml_on.jpg";
	
	fashion13			= new Image(); fashion13.src			= "../images/fashion/13.jpg";
	sml13off			= new Image(); sml13off.src				= "../images/fashion/13sml_off.jpg";
	sml13on				= new Image(); sml13on.src				= "../images/fashion/13sml_on.jpg";
	
	fashion14			= new Image(); fashion14.src			= "../images/fashion/14.jpg";
	sml14off			= new Image(); sml14off.src				= "../images/fashion/14sml_off.jpg";
	sml14on				= new Image(); sml14on.src				= "../images/fashion/14sml_on.jpg";
	
	fashion15			= new Image(); fashion15.src			= "../images/fashion/15.jpg";
	sml15off			= new Image(); sml15off.src				= "../images/fashion/15sml_off.jpg";
	sml15on				= new Image(); sml15on.src				= "../images/fashion/15sml_on.jpg";
	
	fashion16			= new Image(); fashion16.src			= "../images/fashion/16.jpg";
	sml16off			= new Image(); sml16off.src				= "../images/fashion/16sml_off.jpg";
	sml16on				= new Image(); sml16on.src				= "../images/fashion/16sml_on.jpg";
	
	fashion17			= new Image(); fashion17.src			= "../images/fashion/17.jpg";
	sml17off			= new Image(); sml17off.src				= "../images/fashion/17sml_off.jpg";
	sml17on				= new Image(); sml17on.src				= "../images/fashion/17sml_on.jpg";


	}

function swap(place, imgName) {if ( version == "n3" || version == "e4" ) {document[place].src = eval(imgName + ".src")}
}

//-->

