function formatPrice(fPrice) { fPrice = parseFloat(fPrice); if (Math.floor(fPrice) == fPrice) { return fPrice.toFixed(0); } else { return fPrice.toFixed(2); } }
function cclk(i) { window.location = 'CrocView.aspx?MDLID=' + i; }
var arrPreloadImg = new Array();
function preloadImg(strImage)
{
	var i = arrPreloadImg.length;
	arrPreloadImg[i] = new Image();
	arrPreloadImg[i].src = strImage;
}
function go(u){window.location=u;}

