	
function popup(url)
{
	var winl = 100;
	var wint = 200;
		fenster = 
		window.open(url,"Fenster",'top='+wint+',left='+winl+',toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=500,height=350');
	fenster.focus();

}


if (document.images)
{
img1 = new Image();
img1.src = "../img/bu_firmenprofil.gif";
img1_high = new Image();
img1_high.src = "../img/bu_firmenprofil_h.gif";

img2 = new Image();
img2.src = "../img/bu_leistungen.gif";
img2_high = new Image();
img2_high.src = "../img/bu_leistungen_h.gif";

img3 = new Image();
img3.src = "../img/bu_referenzen.gif";
img3_high = new Image();
img3_high.src = "../img/bu_referenzen_h.gif";

img4 = new Image();
img4.src = "../img/bu_team.gif";
img4_high = new Image();
img4_high.src = "../img/bu_team_h.gif";

img5 = new Image();
img5.src = "../img/bu_sofindensieuns.gif";
img5_high = new Image();
img5_high.src = "../img/bu_sofindensieuns_h.gif";

img6 = new Image();
img6.src = "../img/bu_kontakt.gif";
img6_high = new Image();
img6_high.src = "../img/bu_kontakt_h.gif";

img7 = new Image();
img7.src = "../img/bu_sitemap.gif";
img7_high = new Image();
img7_high.src = "../img/bu_sitemap_h.gif";
}


function change(nr)
{
	if (document.images)
	{
		high = eval(nr + "_high.src");
		document[nr].src = high;
	}	
}

function changeout(nr)
{
	if (document.images)
	{
		out = eval(nr + ".src");
		document[nr].src = out;
	}
}

window.status = 'B-Team GmbH';