function RefreshView(ViewSelect, ViewSort) {	if (ViewSelect == '3') 	{		location.href = "/psp/home.nsf/GetTable?OpenAgent&login&view=V18-" +ViewSort+ "&show="+ViewSelect;	}	else	{		if (ViewSelect == '1') 		{			location.href = "/psp/home.nsf/GetTable?OpenAgent&login&view=V17-" +ViewSort+ "&show="+ViewSelect;		}		else		{			location.href = "/psp/home.nsf/GetTable?OpenAgent&login&view=V19-" +ViewSort+ "&show="+ViewSelect;		}	}	}function RefreshViewAndFilters(CurView,CurRichiesta,StudioFilter,ProvinciaFilter) {	//alert (StudioFilter);	//var xxx = StudioFilter.substring(0,1);	//alert (xxx);	if (StudioFilter.substring(0,1) == "S") 	{		var SezioneToGo = CurRichiesta;	}	else	{		var SezioneToGo = StudioFilter.substring(0,1);		}		switch (CurRichiesta)	{		case "N":			var UrlToGo = "/psp/home.nsf/GetTable?OpenAgent&view=" +CurView+ "&Type="+SezioneToGo+"&buttons=Y&Studio="+StudioFilter+"&Provincia="+ProvinciaFilter;		  	break;    		case "A":			var UrlToGo = "/psp/home.nsf/GetTable?OpenAgent&view=" +CurView+ "&Type="+SezioneToGo+"&buttons=Y&Studio="+StudioFilter+"&Provincia="+ProvinciaFilter;		  	break;    		case "C":			var UrlToGo = "/psp/home.nsf/GetTable?OpenAgent&view=" +CurView+ "&Type="+SezioneToGo+"&buttons=Y&Studio="+StudioFilter+"&Provincia="+ProvinciaFilter;		  	break;    		default:			var UrlToGo = "/psp/home.nsf/GetTable?OpenAgent&view=" +CurView+ "&Type=U&buttons=Y&Studio="+StudioFilter+"&Provincia="+ProvinciaFilter;			//alert (UrlToGo);			break;	}	location.href =  UrlToGo ;	}function RevertKeywordText(StrText){    if(document.getElementById("SearchKeywords").value == "")    {        document.getElementById("SearchKeywords").value = StrText;        document.getElementById("SearchKeywords").style.color = "#8C8C8C";    }}function ClearKeywordText(){    if( document.getElementById("SearchKeywords").value == "Ricerca richieste simili alla Tua (Inserisci termine)" || document.getElementById("SearchKeywords").value == "Inserire i termini di ricerca")    {        document.getElementById("SearchKeywords").value = "";        document.getElementById("SearchKeywords").style.color = "#000000";    }}function SubmitSearch(SearchKeywords,ProvSelected,RequestType){     if (SearchKeywords == "Inserire i termini di ricerca" ||SearchKeywords == "Ricerca richieste simili alla Tua (Inserisci termine)" )      {		alert("Inserire un termine da ricercare oppure cliccare su Visualizza richieste per ottenere l'elenco di tutte le richieste")     }     else     {		location.href = "/psp/home.nsf/GetTable?OpenAgent&view=V20&Type="+RequestType+"&buttons=Y&SearchKeywords=" + SearchKeywords + "&SearchProv="+ProvSelected;     }}
