// JavaScript Document

function pic(Bild)
{
 GBild = Bild.substr(Bild.lastIndexOf("/"),Bild.length)
 window.document.viewpic.src	= "http://www.odeeps.de/images/artikelbilder" + GBild;
}

// Sprungmenu
function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

<!-- // PopUp Fenster
function fenster(h,w,s,mypage)
{
var win = null;
myname="Card";
scrolling=s;
LeftPosition=(screen.width) ? (screen.width-w)/2 : 0;
TopPosition=(screen.height) ? (screen.height-h)/2 : 0;
settings='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scrolling+',resizable=no';
win=window.open(mypage,myname,settings);
}
// -->

<!-- // Bestaetigungsabfrage -->
function wirklich()
{
var a;
a=confirm("Wollen Sie diese Aktion wirklich durchführen ?");
if (a!=true)
{return false;}
else
{
return true;
}}
// -->
