
function zoomPicture(id){
	
	//alert($('#p'+id).attr("href"));
	
	$('#p'+id).trigger('click');
	
}
