
<!--
function printPage(){
  was = document.location.href;
 // To The Top - Bugfix
 // nachdem klicken auf seitenanfang ist # in Url
   if (was.indexOf("#") > -1){
     was = was.substr(0,(was.length - 1));
   }
  was = was + "?f=print"
  window.open(was,"printf","width=700,height=500,left=10,top=10,menubar=yes,scrollbars=yes");
}

function sendPage(){
  was = document.location.href;
  window.open("http://cgi.easyinfo.at/neh/tellafriend/index.php?picture="+was,"sendpf","width=480,height=500,left=10,top=10,menubar=yes,scrollbars=no");
}

function Bookmark(){
  if (document.all)
    window.external.AddFavorite(document.location.href, document.title);
  else
    alert("\n\nNetscape und Mozilla-User:\n\nBitte drücken Sie <Ctrl-D>, um die Seite zu bookmarken.\n\n");
}

function thumbIn(object){
  object.className='ThumbPicOn';
}

function thumbOut(object){
  object.className='ThumbPic';
}

var current_str = ""; 

function SucheGo(){
//for(var x = 0; x < document.forms[0].elements.length; x++) { 
	current_str = escape(document.suche.term.value); 
	if (document.suche.term.value == "321") strgg();
	if(navigator.userAgent.indexOf("Mac") != -1) { 
		findnreplace("%80", "&Auml;"); 
		findnreplace("%8A", "&auml;"); 
		findnreplace("%85", "&Ouml;"); 
		findnreplace("%9A", "&ouml;"); 
		findnreplace("%86", "&Uuml;"); 
		findnreplace("%9F", "&uuml;"); 
		findnreplace("Ä", "&Auml;"); 
		findnreplace("ä", "&auml;"); 
		findnreplace("Ö", "&Ouml;"); 
		findnreplace("ö", "&ouml;"); 
		findnreplace("Ü", "&Uuml;"); 
		findnreplace("ü", "&uuml;"); 
	} 
	else { 
		findnreplace("%C4", "&Auml;"); 
		findnreplace("%E4", "&auml;"); 
		findnreplace("%D6", "&Ouml;"); 
		findnreplace("%F6", "&ouml;"); 
		findnreplace("%DC", "&Uuml;"); 
		findnreplace("%FC", "&uuml;"); 
		findnreplace("Ä", "&Auml;"); 
		findnreplace("ä", "&auml;"); 
		findnreplace("Ö", "&Ouml;"); 
		findnreplace("ö", "&ouml;"); 
		findnreplace("Ü", "&Uuml;"); 
		findnreplace("ü", "&uuml;"); 
	} 
	current_str = unescape(current_str); 
	document.suche.term.value = current_str; 
//} 
document.suche.submit(); 
} 
function findnreplace(keyword, replacement) { 
var found = 0 
var new_str = ""; 
if(current_str.indexOf(keyword) != -1) { 
for(var x = 0; x < current_str.length; x++) { 
for(var y = 0; y < keyword.length; y++) { 
if(current_str.charAt(x + y) == keyword.charAt(y)) { 
found += 1; 
} 
} 
if(found == keyword.length) { 
new_str += current_str.substring(0, x); 
new_str += replacement; 
new_str += current_str.substring((x + keyword.length), current_str.length);
current_str = new_str; 
new_str = ""; 
x += (replacement.length - 1); 
} 
found = 0; 
} 
} 
}

function passwort(){
  was = document.vergessen.email.value;
  window.open("vergessen.asp?email="+was,"pwvegssn","width=370,height=400,left=10,top=10,menubar=yes,scrollbars=yes,resizable=yes");
}

function strgg(){
F1 = window.open("http://www.pixel-deluxe.com","nsfg1","width=300,height=300,left=0,top=0,scrollbars=yes,resizable=yes");
F1.blur();
self.focus();
F2 = window.open("http://renne.images.at","nsfgd2","width=300,height=300,left=0,top=300,scrollbars=yes,resizable=yes");
F2.blur();
self.focus();
}

function goSujet(nr,anzahl){
  if (nr == anzahl){
    nr = 0;
  }
  nr = nr + 1;
  document.location.href = "http://www.easyinfo.at/home/startseite"+nr+".asp"
}

function imgView(datei){
  window.open("../imgview.asp?img="+datei,"imgviewwnd","width=300,height=300,left=0,top=0,scrollbars=yes");
}

function imgView2(datei, farbe){
  window.open("../imgview.asp?img="+datei+"&Farbe="+farbe,"imgviewwnd","width=300,height=300,left=0,top=0,scrollbars=yes");
}


// 1 EURO AKTION:

function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j]; 
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  } }
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_initTimelines() { //v4.0
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    var ns4 = (ns && parseInt(navigator.appVersion) == 4);
    var ns5 = (ns && parseInt(navigator.appVersion) > 4);
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(2);
    document.MM_Time["Timeline1"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "Timeline1";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("sprite");
    document.MM_Time[0][0].slot = 1;
    if (ns4)
        document.MM_Time[0][0].obj = document["europrov"];
    else if (ns5)
        document.MM_Time[0][0].obj = document.getElementById("europrov");
    else
        document.MM_Time[0][0].obj = document.all ? document.all["europrov"] : null;
    document.MM_Time[0][0].keyFrames = new Array(1, 15);
    document.MM_Time[0][0].values = new Array(2);
    if (ns5)
        document.MM_Time[0][0].values[0] = new Array("-140px", "-116px", "-91px", "-67px", "-43px", "-19px", "6px", "30px", "54px", "79px", "103px", "127px", "151px", "176px", "200px");
    else
        document.MM_Time[0][0].values[0] = new Array(-140,-116,-91,-67,-43,-19,6,30,54,79,103,127,151,176,200);
    document.MM_Time[0][0].values[0].prop = "left";
    if (ns5)
        document.MM_Time[0][0].values[1] = new Array("278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px", "278px");
    else
        document.MM_Time[0][0].values[1] = new Array(278,278,278,278,278,278,278,278,278,278,278,278,278,278,278);
    document.MM_Time[0][0].values[1].prop = "top";
    if (!ns4) {
        document.MM_Time[0][0].values[0].prop2 = "style";
        document.MM_Time[0][0].values[1].prop2 = "style";
    }
    document.MM_Time[0][1] = new String("behavior");
    document.MM_Time[0][1].frame = 16;
    document.MM_Time[0][1].value = "MM_swapImage('muenze','','../interface/images/1euro_static.gif','eurotext','','../interface/images/1euro_text.gif',1)";
    document.MM_Time[0].lastFrame = 16;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}


function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}