var myDoc=document
var message="Copyright mentelocale s.r.l. 2000-2005\ntesti e foto sono disponibili gratuitamente contattando info@mentelocale.it";




function click(e) {
if (document.all) {
if (event.button == 2) {
return false;
}
}
if (document.layers) { 
if (e.which == 3) {
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

function Puliscimi(obj, txt_default) {
 if (obj.value == txt_default) {
   obj.value = '';
 }
 return true;
}

function CheckCercalocaleSubmit() {
  obj = document.form_cercalocale;
  if ((obj.tl_id_trovalocale_aree.value == '0') && (obj.tl_id_categorie_locali.value == '0')) {
    alert('Hei! Devi scegliere almeno un criterio di ricerca !');
    return false;
  }
  else {
    obj.submit();
    return true;
  }
}


var OKactive=0;
function TremaWin(times) {
 for(i=0; i<times; i++) {
  window.moveBy(4,0);
  window.moveBy(-4,4);
  window.moveBy(0,-8);
  window.moveBy(-4,4);
  window.moveBy(4,0);
 }
}
function Init()
{
/*
	var Up1 = new Image(); Up1.src = "http://www.mentelocale.it/images/topbar/TopBar02-03_guide_up.gif";
	var Up2 = new Image(); Up2.src = "http://www.mentelocale.it/images/topbar/TopBar02-03_people_up.gif";
	var Up3 = new Image(); Up3.src = "http://www.mentelocale.it/images/topbar/TopBar02-03_world_up.gif";
	var Up4 = new Image(); Up4.src = "http://www.mentelocale.it/images/topbar/TopBar02-03_space_up.gif";
	var Up5 = new Image(); Up5.src = "http://www.mentelocale.it/images/topbar/TopBar02-03_food_up.gif";
	var Up6 = new Image(); Up6.src = "http://www.mentelocale.it/images/ricerca/OK_on.gif";
	var Up7 = new Image(); Up7.src = "http://www.mentelocale.it/images/topbar/entraaaaaaaa.gif";
*/
	if (document.all && document.getElementById){
  	  document.body.style.scrollbarFaceColor="#FF6900";
	  document.body.style.scrollbarArrowColor="#FFFFFF";
	  document.body.style.scrollbarHighlightColor="#FFFFFF";
	  document.body.style.scrollbar3dlightColor="#FF6900";
	  document.body.style.scrollbarDarkshadowColor="#FFFFFF";
	  document.body.style.scrollbarBaseColor="#666666";
	  document.body.style.scrollbarShadowColor="#FFFFFF";
	}
}

function CosaFacciamo()
{
  cosaf=window.open('cosa_facciamo_html', 'cosaf', 'width=500,height=600,resizeable=no,toolbar=no,statusbar=no');
  cosaf.focus();
  return false;
}
function CreditsMl()
{
  creditsml=window.open('http://www.mentelocale.it/contenuti/credits_ml_html', 'creditsml', 'width=500,height=650,resizeable=no,toolbar=no,statusbar=no');
  creditsml.focus();
  return false;
}
function Contribuisci()
{
  contribuisci=window.open('http://www.mentelocale.it/contenuti/contribuisci_html', 'contribuisci', 'width=600,height=600,resizeable=no,toolbar=no,statusbar=no');
  contribuisci.focus();
  return false;
}
function LoginButton()
{
  if ( document.forms["LoginForm"].elements["__ac_name"].value.length>0 && document.forms["LoginForm"].elements["__ac_password"].value.length>0 )
    document.images["Arrows"].src="http://www.mentelocale.it/images/topbar/entraaaaaaaa.gif";
  else
    document.images["Arrows"].src="http://www.mentelocale.it/images/spess.gif";
}
function Login()
{
  if ( document.forms["LoginForm"].elements["__ac_name"].value.length>0 && document.forms["LoginForm"].elements["__ac_password"].value.length>0 )
    document.forms["LoginForm"].submit();
}
function SearchButton()
{
  if ( document.forms["SearchForm"].elements["testo"].value.length>2 )
  {
    document.images["OK"].src="http://www.mentelocale.it/images/ricerca/OK-2.gif";
    OKactive=1;
  }
  else
  {
    document.images["OK"].src="http://www.mentelocale.it/images/spess.gif";
    OKactive=0;
  }
}
function Search()
{
  if ( document.forms["SearchForm"].elements["testo"].value.length>2 )
    document.forms["SearchForm"].submit();
}
function OKover()
{
	if ( OKactive==1 )
	{
	    document.images["OK"].src="http://www.mentelocale.it/images/ricerca/OK_on-2.gif";
	}
}
function OKout()
{
	if ( OKactive==1 )
	{
	    document.images["OK"].src="http://www.mentelocale.it/images/ricerca/OK-2.gif";
	}
}
function ShowUp(Sezione)
{
	document.images[Sezione].src="http://www.mentelocale.it/images/topbar/TopBar02-03_"+Sezione+"_up.gif";
}
function ShowDown(Sezione)
{
	document.images[Sezione].src="http://www.mentelocale.it/images/topbar/TopBar02-03_"+Sezione+".gif";
}
function Inaug()
{
	window.open("http://www.ioweb.it/m/m.html", 'Inaugurazione', "width=650, height=450, menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no");
}
function Capodanno()
{
	window.open("http://www.ioweb.it/hip-hop", 'HIP', "width=650, height=450, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no");
}
function PostAgire(id_agire, id_agenti_locali, width, height)
{
	window.open("http://www.mentelocale.it/contenuti/post_agire_method?id_agenti_locali:int="+id_agenti_locali+"&id_agire:int="+id_agire, 'Agire', "width="+width+", height="+height+", menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no");
}
function Autore(tipo_autore, id_autore)
{
	window.open("http://www.mentelocale.it/contenuti/autore_method?tipo_autore:int="+tipo_autore+"&id_autore="+id_autore, 'Autore', "width="+300+", height="+289+", menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no");
//	location.href="autore_method?tipo_autore:int="+tipo_autore+"&id_autore="+id_autore;
}
/*
function PopUp(file, nome, width, height)
{
	window.open(file, nome, "width="+width+", height="+height+", menubar=no, resizable=no, scrollbars=no, status=no, toolbar=no");
}
*/
function NewAgireCheckForm()
{
	if ( document.forms['new_agire'].elements['new_agire.testo'].value=="" )
	{
		alert("EHI!\ndevi scrivere qualcosa !");
		return;
	}
	if ( !NewAgireAreaLength(document.forms['new_agire'].elements['new_agire.testo'].value, 1000) )
	{
		alert("Il testo puo' essere al massimo di 1000 caratteri!");
		return;
	}
	document.forms['new_agire'].submit();
}
function NewAgireAreaLength(Stringa, Len)
{
	if ( Stringa.length>Len )
		return false;
	else
		return true;
}
function NewAgireUpdateTestoLen()
{
	document.forms['new_agire'].elements['testo_len'].value="Battute: "+document.forms['new_agire'].elements['new_agire.testo'].value.length;
        desc = 1000 - document.forms['new_agire'].elements['new_agire.testo'].value.length;
        if ( desc < 0 )
 	  document.forms['new_agire'].elements['testo_len_desc'].value="";
        else
 	  document.forms['new_agire'].elements['testo_len_desc'].value="Rimanenti: "+desc;
	if ( document.forms['new_agire'].elements['new_agire.testo'].value.length>1000 )
		document.forms['new_agire'].elements['testo_len'].value+=" !!MAX 1000!!";
}
function changeCoreSize(newclass) {
 document.getElementById('core').className=newclass;
}
function changeTestoSize(newclass) {
 document.getElementById('testo').className=newclass;
}
