
// Popupaufrufe

function open_info(url){
 window.open(url, "Produktinfo", "width=502,height=400,toolbar=0,resizable=0,scrollbars=1,menubar=0,screenX=180,screenY=150,status=0,location=0");
}

function open_bild(url){
 window.open(url, "Bild", "width=517,height=700,toolbar=0,resizable=0,scrollbars=1,menubar=0,screenX=180,screenY=150,status=0,location=0");
}



 























function wingolenkrad(filename) // Goldenes Lenkrad
{
handle=window.open("", "Fenster","width=350,height=200,resizable=no,scrollbars=no,menubar=no,directories=no,screenX=0,screenY=0, Left=0, Top=0");
handle.location.href=filename;
}



