/* Grafik Krausz CrossBrowser Image Blending <script> */

function writemail(mb,dm,tld) { 
document.write("<a class='mailto' href='mai"+"lto:"+mb+"@"+dm+"."+tld+"'>"+mb+"@"+dm+"."+tld+"<\/a>");
}

function postload_init() {
currentimgobj = getObjectById("blend_div_"+gk_current_img_nr);
gk_setZtop(currentimgobj);
window.setTimeout("blendimg_replace('blend_img_','_img/geidorfcenter_img','jpg',8)",2000);
gk_slideshow("start");
}

function gk_slideshow(startstop) {
if (startstop == "start") { autofade = window.setInterval("gk_next_img()",12000); }
if (startstop == "stop") { autofade = window.clearInterval(autofade); }
}

