// JavaScript Document
	function nd2(time){
		if(OLloaded&&OLgateOK){if(!((OLexclusivePI)&&OLisExclusive())){if(time&&over&&!o3_delay){
		if(OLtimerid>0)clearTimeout(OLtimerid);OLtimerid=(OLhover&&o3_frame==self&&!OLcursorOff())?0:
		setTimeout("cClick()",(o3_timeout=OLndt=time));}else{if(!OLshowingsticky){OLallowmove=0;
		if(over)OLhideObject(over);}}}}return false;
	}

	function FixPNGs(oImgsrc, max_x, max_y, ImagePath) {
 		nx=oImgsrc.width; ny=oImgsrc.height;
//		if (nx>max_x) {ny=Math.round(ny/(nx/max_x)); nx=max_x}
//		if (ny>max_y) {nx=Math.round(nx/(ny/max_y)); ny=max_y;}
//		oImgsrc.height=ny;
//		oImgsrc.width=nx;
		if ((browser.isIE55 || browser.isIE6up) && browser.isWin32 && oImgsrc.src.match(/.*\.png.*/i) != null) {
			oImgsrc.style.width=nx+'px'; 
			oImgsrc.style.height=ny+'px';
			oImgsrc.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ ImagePath +"', sizingMethod='scale')";
			oImgsrc.src='/images/clear.gif';
		}
	}


	function FixIMG1(sImgsrc, sDiv, max_x, max_y, ImagePath, posx, posy) {
		var imgPreview = new Image();
		imgPreview.onload = function(){eval("FixIMG2('"+sImgsrc+"', '"+sDiv+"', this.width, this.height, "+max_x+", "+max_y+", '"+ImagePath+"', "+posx+", "+posy+");");};
		imgPreview.src = ImagePath;	//oImgsrc.src;
		if (imgPreview.width > 0 ) {
			FixIMG2(sImgsrc, sDiv, imgPreview.width, imgPreview.height, max_x, max_y, ImagePath, posx, posy)
		}
	}

	function FixIMG2(sImgsrc, sDiv, nx2, ny2, max_x, max_y, ImagePath, posx, posy) {
		if (nx2>max_x) {ny2=Math.round(ny2/(nx2/max_x)); nx2=max_x}
		if (ny2>max_y) {nx2=Math.round(nx2/(ny2/max_y)); ny2=max_y;}
		if (posx == -1) {
			posx = 75 - Math.round(nx2/2);			//Center X
		} else {
			posx = posx + Math.round((175-nx2)/2)+8;
		}
		if (posy == -1) {
			posy = 75 - Math.round(ny2/2);			//Center Y
		} else {
			nVadj = 0;	//((parseInt(10*nx2/ny2)-10))
			if (nVadj < 0) nVadj = 0;
			posy = posy + Math.round(((75-ny2)/2)-nVadj);
		}

		//alert("posx="+posx+", posy="+posy);
		if (isNaN(posx)) {
			//alert("Position is Not a Number");
		} else {

/*			if (document.getElementById) {
				eval("oDiv=document.getElementById('"+sDiv+"')");
			} else {
				eval ('oDiv = document.all.'+sDiv+'.style');
			}
	
			//oDiv.style.position="relative";
			oDiv.style.width=nx2+"px";
			oDiv.style.height=ny2+"px";
			oDiv.style.left=posx+"px";
			oDiv.style.top=posy+"px"; */
			eval("oImgsrc = document."+sImgsrc);
			oImgsrc.height=ny2;
			oImgsrc.width=nx2;
			oImgsrc.src = ImagePath;
			//alert("New Div.Width="+oDiv.style.width);
			if ((browser.isIE55 || browser.isIE6up) && browser.isWin32 && oImgsrc.src.match(/.*\.png.*/i) != null) {
				oImgsrc.style.width=nx2+'px'; 
				oImgsrc.style.height=ny2+'px';
				oImgsrc.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ ImagePath +"', sizingMethod='scale')";
				oImgsrc.src='/images/clear.gif';
			}
		}
	}

//====================================================
function pricechecker(i) {
	for(var index=0;index<aPC.length;index++){
		if(aPI[index]==i)
			return(aPC[index]);
	}
	return(0);
}

function pageCtrl(tc, id, pg) {
	document.productlist.tc.value = tc;
	document.productlist.id.value = id;
	document.productlist.pg.value = pg;
	document.productlist.submit();
}
<!--\REMOVED-->