// JavaScript Document<!--function MM_reloadPage(init) {  //reloads the window if Nav4 resized  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();}MM_reloadPage(true);function MM_displayStatusMsg(msgStr) { //v1.0  status=msgStr;  document.MM_returnValue = true;}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_showHideLayers() { //v6.0  var i,p,v,obj,args=MM_showHideLayers.arguments;  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }    obj.visibility=v; }}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}// (C) 2003 by CodeLifter.com// Free for all users, but leave in this header.// ==============================// Set the following variables...// ==============================// Set the slideshow speed (in milliseconds)var SlideShowSpeed = 3000;// Set the duration of crossfade (in seconds)var CrossFadeDuration = 2;var Picture = new Array(); // don't change this//var Caption = new Array(); // don't change thisvar Large = new Array();var Detail = new Array();var Collection = new Array();var Copy = new Array();var showHot = false;       // don't change this// Specify the image files...// To add more images, just continue// the pattern, adding to the array below.// To use fewer images, remove lines// starting at the end of the Picture array.// Caution: The number of Pictures *must*// equal the number of Captions!Picture[1]  = 'images/thumb_shoe4.jpg';Picture[2]  = 'images/thumb_shoe2.jpg';Picture[3]  = 'images/thumb_shoe3.jpg';Picture[4]  = 'images/thumb_shoe1.jpg';Large[0]  = 'images/large_empty.gif';Large[1]  = 'images/large_shoe4.jpg';Large[2]  = 'images/large_shoe2.jpg';Large[3]  = 'images/large_shoe3.jpg';Large[4]  = 'images/large_shoe1.jpg';// Specify the Captions...// To add more captions, just continue// the pattern, adding to the array below.// To use fewer captions, remove lines// starting at the end of the Caption array.// Caution: The number of Captions *must*// equal the number of Pictures!//Caption[1]  = "[1] This is the first caption.";//Caption[2]  = "[2] This is the second caption.";//Caption[3]  = "[3] This is the third caption and this is quite long.";//Simon's magicDetail[1] = "Shoe Name 1";Detail[2] = "Shoe Name 2";Detail[3] = "Shoe Name 3";Detail[4] = "Shoe Name 4";Collection[1] = "Autumn/Winter 2003";Collection[2] = "Sprin/Summer 1992";Collection[3] = "Autumn/Winter 1989";Collection[4] = "Autumn/Winter 1983";Copy[1] = "A little bit about the shoe.";Copy[2] = "A fairly long section about the shoe. Could mention price point and success about the shoe.";Copy[3] = "Some information about the featured shoe.";Copy[4] = "Some information about the shoe.";// =====================================// Do not edit anything below this line!// =====================================var tss;var iss;var jss = 0;var pss = Picture.length-1;var preLoad = new Array();for (iss = 1; iss < pss+1; iss++){preLoad[iss] = new Image();preLoad[iss].src = Picture[iss];}function control(how){if (showHot){if (how=="H") jss = 1;if (how=="F") jss = jss + 1;if (how=="B") jss = jss - 1;if (jss > (pss)) jss=1;if (jss < 1) jss = pss;if (document.all){document.images.PictureBox.style.filter="blendTrans(duration=2)";document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";document.images.PictureBox.filters.blendTrans.Apply();}document.images.PictureBox.src = preLoad[jss].src;//if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];if (document.getElementById) document.getElementById("DetailBox").innerHTML= Detail[jss];if (document.getElementById) document.getElementById("CollectionBox").innerHTML= Collection[jss];if (document.getElementById) document.getElementById("CopyBox").innerHTML= Copy[jss];//if (document.all) document.getElementByName("SwapBox").innerHTML= Large[jss];if (document.all) document.images.PictureBox.filters.blendTrans.Play();}}function showlarge(){//var xx = Large[jss]//document.write=MM_swapImage('Large','','',1)MM_swapImage('large','',Large[jss]);//MM_swapImage('Large','','',1)//document.write=("MM_swapImage('large','',");//document.write= Large[jss];//document.write=("',1)'");}// images/large_shoe1.jpg// MM_swapImage('large','','images/large_shoe1.jpg',1)//-->