function displayDiv(idPhoto,tbl){
	strFlash = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="910" height="570">';
	strFlash +=' <param name="wmode" value="transparent" />';
	strFlash += '<param name="movie" value="grandephoto2.swf?catXml='+tbl+'&idphoto='+idPhoto+'" />';
	strFlash += '<param name="quality" value="high" />';
	strFlash += '<embed src="grandephoto2.swf?catXml='+tbl+'&idphoto='+idPhoto+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="570"></embed>';
	strFlash += '</object>';
	$('grande_photo').innerHTML = strFlash;
	$('grande_photo').style.display = "block";	
}

function hideDiv(){
	$('grande_photo').style.display = "none";	
}
