// JavaScript Document

window.defaultStatus="Ehrmann GmbH * Oberweiler 31 * 74582 Gerabronn* Telefon (07952) 5747 * Telefax (07952) 5119";

function BOver_aktuell()
{
document.images.btt_aktuell.src = "bilder/gif/button_aktuell_select.gif";	
}
function BOut_aktuell()
{
document.images.btt_aktuell.src = "bilder/gif/button_aktuell.gif";	
}
function BOver_heizung()
{
document.images.btt_heizung.src = "bilder/gif/button_heizung_select.gif";	
}
function BOut_heizung()
{
document.images.btt_heizung.src = "bilder/gif/button_heizung.gif";	
}
function BOver_pellet()
{
document.images.btt_pellet.src = "bilder/gif/button_pellet_select.gif";	
}
function BOut_pellet()
{
document.images.btt_pellet.src = "bilder/gif/button_pellet.gif";	
}
function BOver_frisch()
{
document.images.btt_frisch.src = "bilder/gif/button_frisch_select.gif";	
}
function BOut_frisch()
{
document.images.btt_frisch.src = "bilder/gif/button_frisch.gif";	
}
function BOver_bad()
{
document.images.btt_bad.src = "bilder/gif/button_bad_select.gif";	
}
function BOut_bad()
{
document.images.btt_bad.src = "bilder/gif/button_bad.gif";	
}
function BOver_solar()
{
document.images.btt_solar.src = "bilder/gif/button_solar_select.gif";	
}
function BOut_solar()
{
document.images.btt_solar.src = "bilder/gif/button_solar.gif";	
}
function BOver_kontakt()
{
document.images.btt_kontakt.src = "bilder/gif/button_kontakt_select.gif";	
}
function BOut_kontakt()
{
document.images.btt_kontakt.src = "bilder/gif/button_kontakt.gif";	
}
function BOver_impress()
{
document.images.btt_impress.src = "bilder/gif/button_impress_select.gif";	
}
function BOut_impress()
{
document.images.btt_impress.src = "bilder/gif/button_impress.gif";	
}
function BOver_home()
{
document.images.btt_home.src = "bilder/gif/button_home_select.gif";	
}
function BOut_home()
{
document.images.btt_home.src = "bilder/gif/button_home.gif";	
}

function neuesfenster1() 
		{
		top.name = "main";
		var popupURL = "skizze.htm";
		var popup = window.open(popupURL,"neuesfenster",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,width=550,height=550,left=10,top=10');
		// set the opener if it's not already set.  it's set automatically
		// in netscape 3.0+ and ie 3.0+.
		if( navigator.appName.substring(0,8) == "Netscape" )
		{
		popup.location = popupURL;
		popup.opener = self;
		}
}
