/**
function displayContenerMessage(div, text)
{
	$('#'+div).html(text);
	$('#contener3').css('zIndex', '3');
	$('#contener3, #'+div).show();
} */

function getContent(page,id)
{

		$(".indice-on, .indice-off").hide();
		$('#contener3').show();
		$('#contener3').css('zIndex', '2');
		$('#'+id).show();
		/*$.ajax({  
			url: page,
			cache: false, 
			success:function(data)
			{ 
				$('#'+id).html(data);
			},
			error:function(XMLHttpRequest, textStatus, errorThrows){ 
			}
		});*/
}	
function bubbleOver()
{
	$(document).ready(function() {
		$('.gmnoprint div')
		{
			$(this).css("background", "none");
		}
	});
}
function closeAjax(id)
{
	$('#'+id).hide();
	$(".indice-off").hide();
	//$(".indice-on").hide();
	
	//$('#contener3').hide();
	$('#contener3').css('zIndex', '0');
	$('.child').hide();
} 
