<!-- Menu image preloader
if (document.images) {
	btnAddToCartSV = new Image();
	btnAddToCartFI = new Image();
	btnUpdateCartSV = new Image();
	btnUpdateCartFI = new Image();
	indicator = new Image();
	kirjaudu_off = new Image();
	kirjaudu_on = new Image();
	loggain_off = new Image();
	loggain_on = new Image();
	
	btnAddToCartSV.src = "images/guldbooks/btn_kop2.gif";
	btnAddToCartFI.src = "images/guldbooks/btn_osta2.gif";
	btnUpdateCartSV.src = "images/guldbooks/btn_updatera2.gif";
	btnUpdateCartFI.src = "images/guldbooks/btn_paivita2.gif";
	indicator.src = "images/guldbooks/indicator.gif";
	kirjaudu_off.src = "images/kirjaudu_off.gif";
	kirjaudu_on.src = "images/kirjaudu_on.gif";
	loggain_off.src = "images/loggain_off.gif";
	loggain_on.src = "images/loggain_on.gif";
}
//-->