/* Copyright (C)1999 By Baur Stefan (Stivi). */

function click() {if (event.button>1){alert('Copyright by Stivi ©');}} document.onmousedown=click

function mausauf(img,ref) { document.images[img].src = ref; }
function mausweg(img,ref) { document.images[img].src = ref; }



function msg(txt) {window.status = txt}
function no_msg() {window.status = ''}
var news = "..::II::..   Benvenuti al maso Egarter, nel comune di Sesto, nella bellissima Val Pusteria e nell\'affascinante Alto Adige.   ..::II::..   Willkommen auf dem Bauernhof Egarter, in Sexten, im wunderschönen Pustertal und im einzigartigen Südtirol.   ..::II::..  Welcome at the Egarter farm in Sesto, in the very nice Alta Pusteria in the magic of diversity of South Tyrol.  ";
var max=news.length;
var pos=0;

function NewsTicker()
    {if ((pos+120) < max)
        document.Tickerform.news.value = news.substring(pos,(pos+120));
    else
        document.Tickerform.news.value = news.substring(pos,max) + news.substring(0,(pos-max+120))
    setTimeout("NewsTicker()",120)
    pos++;
    if (pos>max) pos=0 }


function WriteInput()
{
	if (navigator.appName == "Netscape")
	{
		document.write("<input type=text name=news size=60 value=''>")
	}
	else
	{
		document.write("<input type=text name=news size=75 value=''>")
	}
}
