// 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;
}
sLrgImg = new Array();
sAltTag = new Array();
// -->