﻿function PassFlash(foto,fotoBig){
	var flashId = document.getElementById('zoomma');
 	flashId.SetVariable('image', foto);
 	flashId.SetVariable('imagebig', fotoBig);
 	flashId.Play();
} 
