<!-- Dummy comment to hide code from non-JavaScript browsers.
if (document.images) {
tl_1_off = new Image(); tl_1_off.src = "/webimg/buttons/en/seminare/tl_1.gif"
tl_1_over = new Image(); tl_1_over.src = "/webimg/buttons/en/seminare/tl_1_d.gif"
tl_2_off = new Image(); tl_2_off.src = "/webimg/buttons/en/seminare/tl_2.gif"
tl_2_over = new Image(); tl_2_over.src = "/webimg/buttons/en/seminare/tl_2_d.gif"
tl_3_off = new Image(); tl_3_off.src = "/webimg/buttons/en/seminare/tl_3.gif"
tl_3_over = new Image(); tl_3_over.src = "/webimg/buttons/en/seminare/tl_3_d.gif"
tl_7_off = new Image(); tl_7_off.src = "/webimg/buttons/en/tl_7.gif"
tl_7_over = new Image(); tl_7_over.src = "/webimg/buttons/en/tl_7_d.gif"
}

function turn_off(ImageName) {
        if (document.images != null) {
                document[ImageName].src = eval(ImageName + "_off.src");
        }
}

function turn_over(ImageName) {
        if (document.images != null) {
                document[ImageName].src = eval(ImageName + "_over.src");
        }
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function openWindow() {
window.open("","images",'toolbar=0,statusbar=0,location=0,scrollbars=0,width=601,height=801,resizable=1,top=1,left=1');
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
}

// End of dummy comment -->

