function changeImg(img,imgCode){
  imgCode = imgCode.replace(/~~~~/gi,"\"");
	BigDIV = document.getElementById("imgBigDIV")
//	BigDIV.style.display = 'none';
  BigDIV.innerHTML = imgCode;
  
   if (img == 1){
    document.all.imgbigNum.value="" ;
  }
   if (img == 2){
    document.all.imgbigNum.value="a";
  }
   if (img == 3){
   document.all.imgbigNum.value="b";
  }
/*  
  objSrc = document.getElementById("bigImgObj")
  img1 = new Image();
	var t = new Date().getTime();
	img1.src = objSrc.src + '?t=' + t
	//alert(objSrc.src + '?t=' + t)
	img1.onload = fixBigImg1
	//fixBigImg()
  return false;
  */
  }
  
	function paypop(PurchasePrice,PaymentsNoIntrest){
		window.open("payments.asp?sum="+PurchasePrice+"&ni="+PaymentsNoIntrest,null,"height=360,width=250,left=300,top=300,scrollbars=yes")
	}

