
var CI
CI = new Array(15)
CI[0] = new Image
CI[0]="/assets/homesplash/090109_SigCollFall09_M1.jpg"
CI[1] = new Image
CI[1]="/assets/homesplash/090109_SigCollFall09_M2.jpg"
CI[2] = new Image
CI[2]="/assets/homesplash/090109_SigCollFall09_M3.jpg"
CI[3] = new Image
CI[3]="/assets/homesplash/090109_SigCollFall09_M4.jpg"
CI[4] = new Image
CI[4]="/assets/homesplash/090109_SigCollFall09_M5.jpg"
CI[5] = new Image
CI[5]="/assets/homesplash/090109_SigCollFall09_M6.jpg"
CI[6] = new Image
CI[6]="/assets/homesplash/090109_SigCollFall09_M7.jpg"
CI[7] = new Image
CI[7]="/assets/homesplash/090109_SigCollFall09_M8.jpg"
CI[8] = new Image
CI[8]="/assets/homesplash/090109_SigCollFall09_M9.jpg"
CI[9] = new Image
CI[9]="/assets/homesplash/090109_Top15_Main10.jpg"
CI[10] = new Image
CI[10]="/assets/homesplash/090109_Top15_Main11.jpg"
CI[11] = new Image
CI[11]="/assets/homesplash/090109_Top15_Main12.jpg"
CI[12] = new Image
CI[12]="/assets/homesplash/090109_Top15_Main13.jpg"
CI[13] = new Image
CI[13]="/assets/homesplash/090109_Top15_Main14.jpg"
CI[14] = new Image
CI[14]="/assets/homesplash/090109_Top15_Main15.jpg"

function ChangeRight(n)
{
	var n;
	document.mantleRight.src=CI[n];
	document.getElementById('mantleRight').name = n;
}
function changeLocation() {

	var clickedImage;
	clickedImage = document.getElementById('mantleRight').name;

	if(clickedImage == "0") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=987&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "0") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=987&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "1") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=988&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "2") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=990&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "3") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=993&index=9&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "4") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=984&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "5") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=989&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "6") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=986&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
	else if(clickedImage == "7") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=991&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
		else if(clickedImage == "8") {
		window.location.href = "/shop/product_ensemble.aspx?ensid=992&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}
		else if(clickedImage == "9") {
		window.location.href = "/shop/product_single.aspx?style_id=28744229&index=13&gp_coll_id=9&gp_cat_id=1649&nav_cat_id=10512&category_id=10513";
	}
		else if(clickedImage == "10") {
		window.location.href = "/shop/product_single.aspx?style_id=37629229&index=3&gp_coll_id=9&gp_cat_id=1649&nav_cat_id=10512&category_id=10513";
	}
			else if(clickedImage == "11") {
			
		window.location.href = "/shop/product_single.aspx?style_id=37566229&index=7&gp_coll_id=9&gp_cat_id=1649&nav_cat_id=10512&category_id=10513";
	}
	else if(clickedImage == "12") {
			
		window.location.href = "/shop/product_single.aspx?style_id=37615229&index=0&gp_coll_id=9&gp_cat_id=1649&nav_cat_id=10512&category_id=10513";
	}
	else if(clickedImage == "13") {
			
		window.location.href = "/shop/product_single.aspx?style_id=37470229&index=6&gp_coll_id=9&gp_cat_id=1649&nav_cat_id=10512&category_id=10513";
	}
	else if(clickedImage == "14") {
			
		window.location.href = "/shop/product_single.aspx?style_id=37609229&index=18&gp_coll_id=9&gp_cat_id=1649&nav_cat_id=10512&category_id=10513";
	}
	else if(clickedImage > 0) {
	}
	else {
		window.location.href = "/shop/product_ensemble.aspx?ensid=987&gp_coll_id=5001&gp_cat_id=5002&nav_cat_id=11686&category_id=11804";
	}

}
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}
function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}
function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}
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_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_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_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];}
}


<!--
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_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_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_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];}
}