function schnubbel(x) {
	{

var huch;
//huch = menu6.this.blur();
return menu6;
	}
}





function WechselMich(id, newSrc) {

    var dasBild = FindDasBild(document, id, 0);
    if (dasBild) {
        dasBild.src = newSrc;

    }
}


function FindDasBild(doc, name, j) {

    var dasBild = false;
    if (doc.images) {
        dasBild = doc.images[name];
    }
    if (dasBild) {
        return dasBild;
    }
    if (doc.layers) {
        for (x = 0; x < doc.layers.length; x++) {
            dasBild = FindDasBild(doc.layers[x].document, name, 0);
            if (dasBild) {
                return (dasBild);
            }

        }
    }
    return (false);
}


function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;

	}

}


var preloadFlag = false;
function preloadImages() {
	if (document.images) {
	menu1 = newImage("/hachsag/images/hachsag_menue_links_1a.gif");
      menu2 = newImage("/hachsag/images/hachsag_menue_links_2a.gif");
      menu3 = newImage("/hachsag/images/hachsag_menue_links_3a.gif");
      menu4 = newImage("/hachsag/images/hachsag_menue_links_4a.gif");
      menu5 = newImage("/hachsag/images/hachsag_menue_links_5a.gif");
	menu6 = newImage("/hachsag/images/hachsag_menue_links_6a.gif");
	menu7 = newImage("/hachsag/images/hachsag_menue_links_7a.gif");
	menu14 = newImage("/hachsag/images/hachsag_menue_links_8a.jpg");
	menu8 = newImage("/hachsag/images/hachsag_menue_links_10a.jpg");
  	menu38 = newImage("//hachsag/images/golda.gif");
	menu39 = newImage("/hachsag/images/silbera.gif");
	menu40 = newImage("/hachsag/images/bronzea.gif");

		preloadFlag = true;

	}

}

function lade(zu)
	{
if(zu == 1)
	{
	eins= "start_about.html";
	zwei= "frame_rechts1.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}

if(zu == 2)
	{
	eins= "start_meinewelt.html";
	zwei= "menue_meinewelt.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}

if(zu == 3)
	{
	eins= "start_ichmag.html";
	zwei= "frame_rechts1.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}

if(zu == 4)
	{
	eins= "start_mamasagt.html";
	zwei= "frame_rechts1.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}

if(zu == 5)
	{
	eins= "start_awards.html";
	zwei= "menue_awards.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}

if(zu == 6)
	{
	eins= "http://guestbook.e-workers.de/gb_v1_0.php?ref_id=3433152588Wa";
	zwei= "frame_rechts1.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}

if(zu == 7)
	{
	eins= "award_start.html";
	zwei= "award_menue.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts2.location.href=zwei;
	}
if(zu == 8)
	{
	eins= "seiteninfo_start.html";
	zwei= "frame_rechts1.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}
if(zu == 9)
	{
	eins= "main.html";
	zwei= "frame_rechts1a.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts1.location.href=zwei;
	}
if(zu == 10)
	{
	eins= "impressum.html";
	zwei= "mail_menue.html";
	parent.frames.main.location.href=eins;
	parent.frames.rechts2.location.href=zwei;
	}


}

 function fenster( w, h )
 {
 	var InfoWin = window.open( "", "win_insert", "width="+w+",height="+h+",scrollbars=yes,status=no,resizable=no,pageXoffset=0,pageYoffset=0,left=0,top=0");
 	InfoWin.focus();
 }

function fenster1( w, h )
 {
 	var InfoWin = window.open( "", "win_insert1", "width="+w+",height="+h+",scrollbars=yes,status=no,resizable=no,pageXoffset=0,pageYoffset=0,left=0,top=0");
 	InfoWin.focus();
 }

