


var loaded = 0;
var bottom_loaded = 0;

function LoadImgs(){
if (document.images)
{
  //Produkte0 = new Image(); Produkte0.src="images/auswahl/kontakt.gif"; Produkte1 = new Image(); Produkte1.src="images/auswahl/kontakt_an.gif";
  Profil0 = new Image(); Profil0.src="images/auswahl/profil.gif"; Profil1 = new Image(); Profil1.src="images/auswahl/profil_an.gif"; 
  Service0 = new Image(); Service0.src="images/auswahl/service.gif"; Service1 = new Image(); Service1.src="images/auswahl/service_an.gif";
  //Home0 = new Image(); Home0.src="images/auswahl/home.jpg"; Home1 = new Image(); Home1.src="images/auswahl/home_an.jpg";
  loaded = 1;
}
}


function change(Name, No) {
 if (document.images && (loaded == 1)) {
   document [Name].src = eval(Name + No + ".src");
  }
 return true
}

function bottom_is_loading()
{
	bottom_loaded = 0;
}

function bottom_is_ready()
{
	bottom_loaded = 1;
}

function m_in(x1,x2)
{
	if (parent.bottom.showLayer)
	{
		parent.bottom.showLayer(x1);
		change(x2, 1);
	}
}




function m_out2(x1)
{
	if (parent.bottom.btnTimer)
        {
	parent.bottom.btnTimer();
	}
}
	
function m_out(x1)
{
	if (parent.bottom.btnTimer)
        {
	parent.bottom.btnTimer();
	change(x1,0);
	}
}


