// jlscripts.js - JavaScript-Parts for "JuedischesLeben"-Project

// navigation buttons
Back1 = new Image(); 
Back1.src = "back.gif";  /* "back"-button */
Back2 = new Image(); 
Back2.src = "back2.gif"; /* "back"-button (highlighted) */
Next1 = new Image(); 
Next1.src = "next.gif";  /* "next"-button */
Next2 = new Image(); 
Next2.src = "next2.gif"; /* "next"-button (highlighted) */

    
function changePic(picname, picobjekt)
{
   picname.src = picobjekt.src;
}


function showDetails(location) 
{
    window.open(location, "details", "width=600,height=600,menubar=no,locationbar=no,status=no,scrolling=yes,hotkeys=yes,scrollbars=yes");
}
