function	changeLargePic(url)	{
		document.images['ImageLarge'].src = url;
	}

function GoToUrl(urlPage,target){ 
	  if(urlPage=='#') {} 
	     else if(urlPage.indexOf("http://") == -1) urlPage = "http://"+urlPage; 
	     if(target!=null) 
	         remote=window.open(urlPage,target); 
	     else 
	         remote=window.open(urlPage,"pagina", "resizable=1,menubar=1,toolbar=1,scrollbars=1,location=1"); 
        remote.focus(); 
}

function reset_search(){
	var sottostringa ;
	sottostringa = document.getElementById('search_text_box').value.substr(0,10);
	document.getElementById('search_text_box').style. color = "#000";
	if (sottostringa == 'Inserisci ')
		document.getElementById('search_text_box').value='';
}
