function getinfo(){hoehe = screen.availHeight;breite = screen.availWidth;if(breite<= 800){	document.location.href= "indexl.htm"}else{	document.location.href = "indexh.htm"} }function statustext(stext){if(stext != "Mallorca"){		window.status = "Urlaubsziel: "+stext;}else{	window.status = "Mallorca-Info";}}function wechsel(name){		window.document.Menu.src = name.src;}function goback(){history.back()}var Text = 'Jetzt neu im Netz: Mallorca-Info! Ihr kompetenter Reisepartner in Sachen "Mallorca"!';    var Geschwindigkeit = 70;   /*** Nach Bedarf erhoehen oder erniedrigen ***/  var Breite = 100;            /*** Nach Bedarf erhoehen oder erniedrigen ***/  var TextLaenge = Text.length; /*** Bitte nicht aendern ***/  var Position = 1 - Breite;   /*** Bitte nicht aendern ***/ function StatusLauftext(abc)    /*** ab hier bitte nichts aendern ***/ {  if(abc != "")  {  Position++;  var Textzustand="";  if (Position == TextLaenge)    {    Position = 1 - Breite;   }  if (Position < 0)    {    for (var Zaehler=1; Zaehler <= Math.abs(Position); Zaehler++)      {      Textzustand = Textzustand + " ";     };    Textzustand = Textzustand + Text.substring(0, Breite - Zaehler + 1);   }  else    {    Textzustand = Textzustand + Text.substring(Position, Breite + Position);   }  window.status = Textzustand;  setTimeout("StatusLauftext()",Geschwindigkeit);  } }function textlist(a,b,c,d,e){            this[0] = a;            this[1] = b;            this[2] = c;            this[3] = d;}tl=new textlist(        " 12.09 Mallorca-Info neu im Netz! ",        " Die neuesten Infos rund um Mallorca! ",        " Die besten Insider-Tips ab sofort bei uns! ",        " Überzeugen Sie sich selbst! "	  );var pos=1;var x=0;var max=4;var l=tl[x].length;function textticker() {        	document.form1.textfeld.value=tl[x].substring(0,pos)+" ";	if(pos++==l)	{		pos=0;                setTimeout("textticker()",2000);		x++;		if(x==max)                   x=0;		l=tl[x].length;	} else		setTimeout("textticker()",50);}function is_msie() {return (navigator.appName == "Microsoft Internet Explorer");}function Framing(){ if (this.document == top.document || top.location.host != this.location.host) {var pathprefix = location.protocol + '//' + location.host+ location.pathname.substring(0, location.pathname.lastIndexOf('/')+1);var doctitle = document.title;document.clear();document.open("text/html");document.writeln('<html>\n<head><title>' +doctitle+ '</title></head>');breite = screen.availWidth;if(breite<= 800){document.writeln('<frameset framespacing="0" border="false" frameborder="0" rows="135,*">'+'<frame name="Banner" scrolling="no" noresize target="Inhalt" src="http://www.mallorca-info.de/index1.php">'+'<frameset cols="150,*">'+'<frame src="http://www.mallorca-info.de/index2.htm" name=banner>'+'<frame src="'+top.location.href+'" name=Hauptframe>'+'</frameset></frameset></html>');}else{document.writeln('<frameset rows="85%,*" border="false" frameborder="0"><frameset framespacing="0" border="false" frameborder="0" rows="135,*">'+'<frame name="Banner" scrolling="no" noresize target="Inhalt" src="http://www.mallorca-info.de/index1.php">'+'<frameset cols="150,*">'+'<frame src="http://www.mallorca-info.de/index2.htm" name=banner>'+'<frame src="'+top.location.href+'" name=Hauptframe>'+'</frameset></frameset><frame name="Werbung" src="http://www.mallorca-info.de/index4.htm" scrolling="no"></frameset></html>');}document.close();return true;} return false;}function msieFraming() {if (is_msie()) {if (Framing()) {window.setTimeout('top.frames["Hauptframe"].location.href = '+'"'+top.location.href+'";',10);}}}function netscFraming() {if (!is_msie()) Framing();}msieFraming();parent.Banner.location.reload();