//Open Ver-Bindungen window start
function OpenVerbindungen(){
remote=window.open("/abteilung/verbindungen.html","OpenWindow","toolbar=no,location=no,width=205,height=400,scrollbars=yes,resize=yes,menubar=no,status=yes");
}
function OpenVerbindungen_english(){
remote=window.open("/abteilung/verbindungen_english.html","OpenWindow","toolbar=no,location=no,width=205,height=400,scrollbars=yes,resize=yes,menubar=no,status=yes");
}
//Open Ver-Bindungen window end


//Open Sitemap window start
function OpenSitemap(){
remote=window.open("/sitemap.html","OpenWindow","toolbar=no,location=no,width=205,height=600,scrollbars=yes,resize=yes,menubar=no,status=yes");
}
function OpenSitemap_english(){
remote=window.open("/sitemap_english.html","OpenWindow","toolbar=no,location=no,width=205,height=600,scrollbars=yes,resize=yes,menubar=no,status=yes");
}
//Open Sitemap window end

//var numbackground = 13
//day = new Date()
//seed = day.getTime()
//ran = parseInt(((seed - (parseInt(seed/1000,10) * 1000))/10)/100*numbackground + 1,10)
ran = (Math.floor(Math.random() * 13)+1) 
if (ran == (1))
hfg=("/pictures/hfg/hfg_01.jpg")
if (ran == (2))
hfg=("/pictures/hfg/hfg_02.jpg")
if (ran == (3))
hfg=("/pictures/hfg/hfg_03.jpg")
if (ran == (4))
hfg=("/pictures/hfg/hfg_04.jpg")
if (ran == (5))
hfg=("/pictures/hfg/hfg_05.jpg")
if (ran == (6))
hfg=("/pictures/hfg/hfg_06.jpg")
if (ran == (7))
hfg=("/pictures/hfg/hfg_07.jpg")
if (ran == (8))
hfg=("/pictures/hfg/hfg_08.jpg")
if (ran == (9))
hfg=("/pictures/hfg/hfg_09.jpg")
if (ran == (10))
hfg=("/pictures/hfg/hfg_10.jpg")
if (ran == (11))
hfg=("/pictures/hfg/hfg_11.jpg")
if (ran == (12))
hfg=("/pictures/hfg/hfg_12.jpg")
if (ran == (13))
hfg=("/pictures/hfg/hfg_13.jpg")


//Show print info for flyer
function printinfo() {
	alert("Zur korrekten Darstellung, den Flyer bitte doppelseitig drucken und 3-mal falten.");	
}

//Show register info
function registerinfo() {
	alert("Bitte senden Sie Ihre Anmeldung an die angegebene Adresse oder per Fax an +49 731 500-61902.");	
}