function prova_press(id, n){
	//alert('ciao');
	
	if (n == '1') {
		if(!document.getElementById || !document.getElementsByTagName) return;
		//alert(document.getElementById(id).getElementsByTagName("a")[1]);
		image = document.getElementById(id).getElementsByTagName("a");
		links=document.getElementById(id).getElementsByTagName("a")[0];
		//links2=document.getElementById(id).getElementsByTagName("a")[1];
		//alert(links);
		
	
		/*links.onclick=function(){location.replace('#top');Show(links);Show1(links2);return(false);}
		links2.onclick=function(){location.replace('#top');Show(links);Show1(links2);return(false);}*/
	
		links.onclick=function(){location.replace('#top');Show(links);return(false);}
		//links2.onclick=function(){location.replace('#top');Show(links);Show1(links2);return(false);}
		//Show(links);
		//Show1(links2);
		
		
		return(false);

	}
	else if (n == '2') {
		if(!document.getElementById || !document.getElementsByTagName) return;
		//alert(document.getElementById(id).getElementsByTagName("a")[1]);
		image = document.getElementById(id).getElementsByTagName("a");
		links=document.getElementById(id).getElementsByTagName("a")[0];
		links2=document.getElementById(id).getElementsByTagName("a")[1];
		//alert(links);
		
	
		/*links.onclick=function(){location.replace('#top');Show(links);Show1(links2);return(false);}
		links2.onclick=function(){location.replace('#top');Show(links);Show1(links2);return(false);}*/
	
		links.onclick=function(){location.replace('#top');Show(links);Show1(links2);return(false);}
		links2.onclick=function(){location.replace('#top');Show(links);Show1(links2);return(false);}
		//Show(links);
		//Show1(links2);
		
		
		return(false);
	}
	

}

function Show(obj){
	bigimg=document.getElementById("bigimage");
	bigimg.src=obj.getAttribute("href");
}

function Show1(obj){
	bigimg=document.getElementById("bigimage1");
	bigimg.src=obj.getAttribute("href");
}