// von Sitemap aufgerufen function updateLeft(id, PARENT_URL, DOMAIN_DIR){ parent.navi.location.href=PARENT_URL + DOMAIN_DIR + "/left.php" + "?id=" + id; } // Warenkorb function updateRight(){ parent.rechts.location.reload(); } function updateMain(id, link0, PARENT_URL){ if(link0.indexOf('?') != -1) link0+='&'; else link0+='?'; parent.main.location.href=PARENT_URL + link0 + "id=" + id; } function checkFrameset(link0){ if(parent.main.location.href.indexOf('white.html') != -1){ parent.main.location.href=link0; } }