	function change_Regi(mycmb) {
		window.location.href = 'cambiaregi.asp?Id_regi=' + mycmb.options(mycmb.selectedIndex).value + '&Flg_ChangeCoockie=1'
	}

	function OpenWindow (pstr_Titolo) {
		window.open (pstr_Titolo,'','width=350,height=300,top=100,left=150, resizable, scrollbars, menubar')
	}

	function gotoArea(Id) {
		window.location.href = 'ricercaDocumenti.asp?Id_Area=' + Id + '&Id_TipoDocu=0&cp=0'
	}
	
	function gotoNews(Id_Area, Id_News) {
		window.location.href = 'News.asp?Id_Area=' + Id_Area + '&Id_News=' + Id_News
	}

	function gotoPopUp(Id_Comu) {
		window.open ('popup.asp?Id_Comu=' + Id_Comu, '', 'width=400,height=400,top=200,left=200, resizable, scrollbars, menubar')
	}

	/*nel caso ci fosse la combo con tutte le regioni da poter scegliere
	function HomePage(mycmb) {
		window.location.href = 'cambiaregi.asp?Id_regi=' + mycmb.options(mycmb.selectedIndex).value + '&Flg_ChangeCoockie=0'
	}*/

	function HomePage(Id_Regi) {
		window.location.href = 'cambiaregi.asp?Id_regi=' + Id_Regi + '&Flg_ChangeCoockie=0'
	}

	function Redirect(strUrl) {
		window.location.href = strUrl
	}

	function OpenWindowScroll (pstr_Titolo) {
		window.open (pstr_Titolo,'','width=400,height=400,top=200,left=200, resizable, scrollbars, menubar')
	}

