var w,h,ww,hh;
var m_y=0;
  if(document.all) 
       {
      w=window.screen.width;
      h=window.screen.height;
      hh=Math.floor((h/2)*-1);
      ww=Math.floor((w/2)*-1);
}else{ 
       w=window.innerWidth;
       h=window.innerHeight+250;
       hh=Math.floor((h/2)*-1);
       ww=Math.floor((w/2)*-1);
}
var ValledAosta = new Array("","AO");
var Piemonte = new Array("","AT","AL","BI","CN","NO","TO","VB","VC");
var Liguria = new Array("","GE", "IM", "SP", "SV");
var Lombardia = new Array("","BG","BS","CO","CR","LE","LO","MN","MI","PV","SO");
var TrentinoAltoAdige = new Array("","BZ","TN");
var Veneto = new Array("","BL","PD","RO","TV","VE","VR","VI");
var FriuliVeneziaGiulia = new Array("","GO","PN","TS","UD");
var EmiliaRomagna = new Array("","BO", "FE", "FO", "MO","PR","PC","RA","RE","RN");
var Toscana = new Array("","AR","FI","GR","LI","LU","MS","PI","PT","PO","SI");
var Umbria = new Array("","PG","TR");
var Marche = new Array("","AN","AP","MC","PS");
var Lazio = new Array("","FR","LT","RI","RM","VT");
var Abruzzo = new Array("","CH","AQ","PE","TE");
var Molise = new Array("","CB","IS");
var Campania = new Array("","AV","BN","CE","NA","SA");
var Puglia = new Array("","BA","BR","FG","LE","TA");
var Basilicata = new Array("","MT","PZ");
var Calabria = new Array("","CZ","CS","KR","RC","VV");
var Sicilia = new Array("","AG","CL","CT","EN","ME","PA","RG","SR","TP");
var Sardegna = new Array("","CA","IC","NU","OT","OR","VS","SS","OG");
function swapOptions(the_array_name)
{
        var numbers_select = document.getElementById('provincia');
        var the_array = eval(the_array_name);
        setOptionText(document.getElementById('provincia'),the_array);
}
function setOptionText(the_select, the_array)
{
		the_select.length=the_array.length;
        for (c=0; c < the_array.length; c++)
        {
                the_select.options[c].text = the_array[c];
        }
}
function contattaUtente(info){
profilo();
creaPaginaContattaUtente(info);
}
function profilo(){
document.ricerca.profilo.value="aperto"
document.getElementById('navigare').style.display='none';
document.getElementById('contenuti-1-dx').style.display='none';
document.getElementById('contenuti-1-dx_profilo').style.display='block';
controlloMsgNonLetti();
}
function chiudi_profilo(){
document.ricerca.profilo.value=""
document.getElementById('navigare').style.display='block';
if(document.getElementById('contPagina').value>0){
var pagina=document.getElementById('contPagina').value-16;
setTimeout( function(){document.getElementById('np').innerHTML = document.getElementById('np').innerHTML-1},2000);
}
else
{
var pagina=0;
}
creaPaginaHome(pagina);
document.getElementById('contenuti-1-dx').style.display='block';
document.getElementById('contenuti-1-dx_profilo').style.display='none';
}
function aggiungiSmile(parametro){
    document.form3.messaggio.value=document.form3.messaggio.value+parametro;
    document.form3.messaggio.focus();
    var pos = document.form3.messaggio.value.length;
	if(document.form3.messaggio.setSelectionRange)
	{
		document.form3.messaggio.focus();
		document.form3.messaggio.setSelectionRange(pos,pos);
	}
	else if (document.form3.messaggio.createTextRange) {
		var range = document.form3.messaggio.createTextRange();
		range.collapse(true);
		range.moveEnd('character', pos);
		range.moveStart('character', pos);
		range.select();
	}
}
function apriChat(){
if(document.ricerca.accesso.value=="ok"){
document.getElementById("black_light_chat").style.display="block";
document.getElementById("black_light_chat").style.height = h+"px";
document.getElementById("black_light_chat").style.width = w+"px";
document.getElementById("black_light_chat").style.marginLeft = ww+"px";
document.getElementById("black_light_chat").style.left = "50%";
document.getElementById("black_light_chat").style.marginTop = hh+"px";
document.getElementById("black_light_chat").style.top = "50%";
document.getElementById("chatPubblica").style.position="absolute";
document.getElementById("chatPubblica").style.backgroundColor="#ffffff";
document.getElementById("chatPubblica").style.height="600px";
document.getElementById("chatPubblica").style.width="600px";
document.getElementById("chatPubblica").style.marginLeft="-300px";
document.getElementById("chatPubblica").style.left="50%";
document.getElementById("chatPubblica").style.top="56px";
document.getElementById("chatPubblica").style.border="2px #ff0000 solid";
document.getElementById("contenutoChatPubblica").style.height="400px";
document.getElementById("contenutoChatPubblica").style.width="600px";
document.getElementById("contenutoChatPubblica").style.marginLeft="0px";
document.getElementById("contenutoChatPubblica").style.marginTop="5px";
document.getElementById("barraTitoloChat").style.display="none";
document.getElementById("barraTitoloChatChiudi").style.display="block";
document.getElementById("form_chat_spazio").style.display="block";
document.getElementById("form_chat").style.display="block";
document.getElementById('destinatario').value="0";
document.getElementById("tipo_chat").value="pubblica";
document.form3.messaggio.focus();
document.getElementById("tipo_chat").value="pubblica";
}
else
{
window.alert('Non siete logati al sito.');
}
}
function apriChatPrivata(){
if(document.ricerca.accesso.value=="ok"){
document.getElementById("black_light_chat").style.display="block";
document.getElementById("black_light_chat").style.height = h+"px";
document.getElementById("black_light_chat").style.width = w+"px";
document.getElementById("black_light_chat").style.marginLeft = ww+"px";
document.getElementById("black_light_chat").style.left = "50%";
document.getElementById("black_light_chat").style.marginTop = hh+"px";
document.getElementById("black_light_chat").style.top = "50%";
document.getElementById("chatPubblica").style.backgroundColor="#ffffff";
document.getElementById("chatPubblica").style.height="600px";
document.getElementById("chatPubblica").style.width="600px";
document.getElementById("chatPubblica").style.marginLeft="-300px";
document.getElementById("chatPubblica").style.marginTop="-335px";
document.getElementById("chatPubblica").style.left="50%";
document.getElementById("chatPubblica").style.top="50%";
document.getElementById("chatPubblica").style.position="absolute";
document.getElementById("chatPubblica").style.border="2px #ff0000 solid";
document.getElementById("contenutoChatPubblica").style.height="400px";
document.getElementById("contenutoChatPubblica").style.width="600px";
document.getElementById("contenutoChatPubblica").style.marginLeft="0px";
document.getElementById("contenutoChatPubblica").style.marginTop="5px";
document.getElementById("barraTitoloChat").style.display="none";
document.getElementById("barraTitoloChatChiudi").style.display="block";
document.getElementById("form_chat_spazio").style.display="block";
document.getElementById("form_chat").style.display="block";
document.form3.messaggio.focus();
document.getElementById("tipo_chat").value="privata";
}
else
{
window.alert('Non siete logati al sito.');
}
}
function chiudiChat(){
ripristinoSessione();
document.getElementById("tipo_chat").value="pubblica";
document.getElementById("black_light_chat").style.display="none";
document.getElementById("chatPubblica").style.backgroundColor="#ffffff";
document.getElementById("chatPubblica").style.height="247px";
document.getElementById("chatPubblica").style.width="328px";
document.getElementById("chatPubblica").style.marginLeft="";
document.getElementById("chatPubblica").style.marginTop="";
document.getElementById("chatPubblica").style.left="";
document.getElementById("chatPubblica").style.top="";
document.getElementById("chatPubblica").style.position="";
document.getElementById("chatPubblica").style.border="1px #ff0000 solid";
document.getElementById("contenutoChatPubblica").style.height="227px";
document.getElementById("contenutoChatPubblica").style.width="328px";
document.getElementById("contenutoChatPubblica").style.marginLeft="";
document.getElementById("contenutoChatPubblica").style.marginTop="";
document.getElementById("barraTitoloChat").style.display="block";
document.getElementById("barraTitoloChatChiudi").style.display="none";
document.getElementById("form_chat_spazio").style.display="none";
document.getElementById("form_chat").style.display="none";
}
function FinePagina()
{
var objDiv = document.getElementById("contenutoChatPubblica");
objDiv.scrollTop = objDiv.scrollHeight;
}
setTimeout('refreshChat()',2000);
function refreshChat(){
  setTimeout('refreshChat()',2000);
	ultimeChat();
	FinePagina();
}
setTimeout('utentiConnessi()',9000);
function utentiConnessi(){
  setTimeout('utentiConnessi()',9000);
  connessiAjax();
}
setTimeout('controlloChat()',10000);
function controlloChat(){
  setTimeout('controlloChat()',10000);
  controlloChatPrivata();
}
function newMsg(){
//setTimeout('profilo()',1000);
profilo();
setTimeout('creaPaginaPersonale()',1000);
setTimeout('ultima()',2000);
}
function ultima(){
msgRicevuti('nonLetti');
}
function contatto(paramC,mittente,destinatario)
{
	if (paramC=='email')
	{
		if(mittente!=""){
			document.getElementById('contCanale_sx').innerHTML = "<div id=\"barra_titolo_email\">Edit e-mail</div><form id=\"formEmail\">"+
			"<input type=\"hidden\" name=\"mittente\" id=\"mittente\" value=\""+mittente+"\" /><input type=\"hidden\" name=\"destinatario\" id=\"destinatario\" value=\""+destinatario+"\" />Oggetto:<br /><input style=\"width:434px; border:0px; height:18px;\" type=\"text\" name=\"oggetto\" id=\"oggetto\" />"+
			"<br /><br />Testo:<br /><textarea style=\"width:434px; border:0px; height:127px;\" name=\"testo_email\" id=\"testo_email\"></textarea><br /><br /><a style=\"float:right;margin-right:5px;\" href=\"javascript:void(0);\" >"+
			"<img onclick=\"invia_email('"+destinatario+"');\" border=\"0\" align=\"absmiddle\" src=\"new/images/invio.jpg\" alt=\"invio\" title=\"invio\" /></a></form>";
		}else{
			window.alert('Per inoltrare una e-mail devi essere logato al sito!!!');
		}
	}
	if (paramC=='msn')
	{
		if(mittente!=""){
			//ajax request to db
			scrivi_contatti(destinatario);
		}else{
			window.alert('Per leggere queste info devi essere logato al sito!!!');
		}
	}
	if (paramC=='pvt')
	{
		if(mittente!=""){
			document.getElementById('contCanale_sx').innerHTML = "<div id=\"barra_titolo_email\">Edit messaggio</div><form id=\"formEmail\">"+
			"<input type=\"hidden\" name=\"mittente\" id=\"mittente\" value=\""+mittente+"\" /><input type=\"hidden\" name=\"destinatario\" id=\"destinatario\" value=\""+destinatario+"\" /><input style=\"width:434px; border:0px; height:18px;\" type=\"hidden\" name=\"oggetto\" id=\"oggetto\" />"+
			"<br /><br />Testo:<br /><textarea style=\"width:434px; border:0px; height:147px;\" name=\"testo_email\" id=\"testo_email\"></textarea><br /><br /><a style=\"float:right;margin-right:5px;\" href=\"javascript:void(0);\">"+
			"<img onclick=\"invia_msg('"+destinatario+"');\" border=\"0\" align=\"absmiddle\" src=\"new/images/invio.jpg\" alt=\"invio\" title=\"invio\" /></a></form>";
		}else{
			window.alert('Per inviare un messaggio all\' utente devi essere logato al sito!!!');
		}
	}
	if (paramC=='chat_pvt')
	{
		if(mittente!=""){
		document.getElementById('destinatario').value=destinatario;
		apriChatPrivata();
		}else{
			window.alert('Per chattare con l\' utente devi essere logato al sito!!!');
		}
	}
}
function rifiuta_chat_privata(mittente)
{
window.alert('Chiudi la conversazione');
chiudiConversazione(mittente);
document.getElementById('avvisoChat').style.display="none";
chiudiChat();
}
var termine_ricerca;
var sessoRicerca;
var eta;
var regione;
var provincia;
var citta;
function attivaRicerca(){
if (document.getElementById('termine_ricerca').value||document.getElementById('IEsesso').value||document.getElementById('eta').options[document.getElementById('eta').selectedIndex].text||document.getElementById('regione').options[document.getElementById('regione').selectedIndex].text||document.getElementById('IEprovincia').value||document.getElementById('citta').value){
if (document.getElementById('termine_ricerca').value){
termine_ricerca=document.getElementById('termine_ricerca').value;
}
else
{
termine_ricerca="";
}
if (document.getElementById('IEsesso').value){
sessoRicerca = document.getElementById('IEsesso').value;
}
else
{
sessoRicerca = "";
}
if (document.getElementById('eta').options[document.getElementById('eta').selectedIndex].value){
eta=document.getElementById('eta').options[document.getElementById('eta').selectedIndex].value;
}
else
{
eta="";
}
if (document.getElementById('regione').options[document.getElementById('regione').selectedIndex].value){
regione=document.getElementById('regione').options[document.getElementById('regione').selectedIndex].value;
}
else
{
regione="";
}
if (document.getElementById('IEprovincia').value){
provincia=document.getElementById('IEprovincia').value;
}
else
{
provincia="";
}
if(document.getElementById('citta').value){
citta=document.getElementById('citta').value;
}
else
{
citta="";
}
var termine=termine_ricerca+"&sessoRicerca="+sessoRicerca+"&eta="+eta+"&regione="+regione+"&provincia="+provincia+"&citta="+citta;
alert(eta);
document.getElementById('navigare').style.display="none";
ricerca(termine_ricerca,sessoRicerca,eta,regione,provincia,citta);
}
else
{
alert('Inserisci un termine valido per la ricerca.');
}
}
function creaAnnuncio(){
document.getElementById('leggiAnnunci').style.height=514+'px';
formAjaxCAnnuncio();
setTimeout('leggiAnnunci()',1000);
if(document.getElementById('accesso').value!=""){
document.getElementById('creaAnnuncio').style.display="block";
document.getElementById('cercaAnnuncio').style.display="none";
}
else
{
alert('non siete logati');}
}
function cercaAnnuncio(){
document.getElementById('leggiAnnunci').style.height=516+'px';
document.getElementById('cercaAnnuncio').style.display="block";
document.getElementById('creaAnnuncio').style.display="none";
formAjaxCAnnuncio();
setTimeout('leggiAnnunci()',1000);
}
function mostraAvviso(){
	document.getElementById('super_light').style.display="block";
   document.getElementById('information').style.display="block";
   document.getElementById('information').innerHTML="<br /><br /><font style='color:#999999;font-size:20px;'>Cioa visitatore, ti informo che abbiamo realizzato per te la nuova sezione <b>ANNUNCI</b> che potrai utilizzare gratuitamente<br /><u>previa iscrizione al sito</u>. <br />Grazie per l\' attenzione.</font>";
   setTimeout('nascondiAvviso()',9000);
}
function nascondiAvviso(){
   document.getElementById('information').style.display="none";
   	document.getElementById('super_light').style.display="none";
}

