<!--
of = new Image();
of.src = "images/neue2bild20.gif";
on= new Image();
on.src = "images/neue2bild90.gif";
//-->
<!--
function find(form) {
  var index = form.nextpage.selectedIndex;
  if (form.nextpage.options[index].value != '0') self.location = form.nextpage.options[index].value;
}
function openWin(url, windowname, w, h) {
  newWin=window.open(url, windowname, "scrollbars=no,width=" + w + ",height=" + h)
  newWin.focus()
}
//-->
 
<!--
function Go(x)
{
if(x == "nothing")
{
document.forms[1].reset();
document.forms[1].elements[0].blur();
return;
}
else
{ f1=open(x,"MeinNeuesFenster");
//parent.location.href = x;
document.forms[1].reset();
document.forms[1].elements[0].blur();
}
} 
//-->
<!--//Lauftext in der Statusleiste Texteingabeeffekt
var scrlStr=" Appartements Haus Traudi Rauris... "	
var vs_sp = 105;				//Geschwindigkeit 25-500
var vs_warte = 30;			//Wartezeit zwischen den aufrufen 1-50
var strLen=scrlStr.length;
var width=strLen+vs_warte;
var pos=2-width; 
vs_ltx2();
function vs_ltx2(){ 
var type = ""; pos++;
if(pos==strLen) pos=1-width;
if(pos<0){ for(var i=1; i<=Math.abs(pos); i++) 
type=type+"";
type=type+scrlStr.substring(0,width-i+1);} 
else type=type+scrlStr.substring(pos,pos+width);
window.status=type;
setTimeout("vs_ltx2()",vs_sp);}
//-->
<!--
function find(form) {
var index = form.nextpage.selectedIndex;
if (form.nextpage.options[index].value != '0') self.location = form.nextpage.options[index].value;
}
function openWin(url, windowname, w, h) {
newWin=window.open(url, windowname, "scrollbars=no,width=" + w + ",height=" + h)
newWin.focus()
}
//-->


