//========================= pre-cache images =========================//
if (document.images) {
	
	temp['maxy-alpha']		= 'gif';
	temp['maxy-g34']		= 'gif';
	temp['maxy-factor_vii']	= 'gif';
	temp['maxy-gamma']		= 'gif';
	temp['maxy_1200']		= 'gif';
	temp['maxy_1500']		= 'gif';
	
	
	for (imgName in temp) {
		preload(imgName, '/images/', temp[imgName]);
	}
}