// JavaScript Document

/*<!-- Copyright 2005, Sandeep Gangadharan -->
<!-- For more free scripts go to http://sivamdesign.com/scripts/ -->*/

function smallwin(val) {
	SW=window.open('/product-popup.aspx?PopID=' + val + '&cs=1','NewWin','toolbar=no,menubar=no,location=no,resizable=no,status=no,width=440,height=440,scrollbars=no')
    // change the name, features and the figures of width and height above to customize the popup window.
	SW.moveTo(20,20);  // change the #s at the left to adjust the left and top margins where the popup would open
}

function rm_exchangeimg(imgn){				
	ThisHTML='<img src="images/cs/' + sLrgImg[imgn] + '" border="0" alt="' + sAltTag[imgn] + '">';
	document.getElementById("largeImage").innerHTML=ThisHTML;
	
}

function rm_exchangeimgLarge(imgn){
    ThisHTML='<a href="http://www.nba.com" rel="prettyPhoto"><img class="swapImage {sin: ["#main:images/cs/"' + sLrgImg[imgn] + '"], sout: ["#main:images/blank.gif"] }" src="images/cs/' + sLrgImg[imgn] + ' /></a>'
	//ThisHTML='<a href="/images/cs/' + sLrgImg[imgn] + '"><img rel="lightbox" src="images/cs/' + sLrgImg[imgn] + '" border="0" alt="' + sAltTag[imgn] + '"></a>';
	//ThisHTML='<a href="http://www.commercialsilk.com/images/cs/' + sLrgImg[imgn] + '?iframe=true&width=100%&height=100%" rel="prettyPhoto[pp_gal]" title="Google.com opened at 100%"><img src="images/cs/' + sLrgImg[imgn] + '" border="0" alt="' + sAltTag[imgn] + '"></a>';
	document.getElementById("largeImage").innerHTML=ThisHTML;
	
}

//Change Image (multi-image display)

function changeImage(img) {

 var imageName;
 for (i = 1; i <= 8; i++) {
  imageName = "image" + i; 
  if (document.getElementById(imageName)) {
   document.getElementById(imageName).style.display='none';
  }
 }

 document.getElementById(img).style.display='block';

}

sLrgImg = new Array();
sAltTag = new Array();

