var linkNr = -1; var link = ""; var boolExtraFelder = false; var objHelp; var chooser; var objAngebot; var objChangeAmount; winWidth = parseInt(800); winHeight = parseInt(600); maxWidth = screen.availWidth; maxHeight = screen.availHeight; xPos = (maxWidth / 2) - (winWidth / 2); yPos = (maxHeight / 2) - (winHeight / 2); xPosAmount = (maxWidth / 2) - (300 / 2); yPosAmount = (maxHeight / 2) - (290 / 2); window.onfocus = activateWindow; function confirmDelete(pid) { check = confirm('Soll dieser Artikel aus dem Warenkorb entfernt werden?'); if (check == true) window.location.href='http://www.mcs-promotion.de/valeo/nbc_shopping_cart.php?action=delete&cart_id='+pid; } function activateWindow(Ereignis) { if(chooser) chooser.focus(); if(objAngebot) objAngebot.focus(); if(objChangeAmount) objChangeAmount.focus(); } function winopen(url) { objAngebot = window.open(url, "Angebot"," toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=680,height=340"); } function showChangeAmount(url) { objChangeAmount = window.open(url, "StückzahlÄndern"," toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=300,height=290,left=" + xPosAmount + ",top=" + yPosAmount); } function showStaticWindow(url, name) { objWindow = window.open(url, name," toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + winWidth + ",height=" + winHeight + ",left=" + xPos + ",top=" + yPos + ",dependent=0"); objWindow.focus(); } function showHelpWindow(url) { objHelp = window.open(url, "Hilfe"," toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + winWidth + ",height=" + winHeight + ",left=" + xPos + ",top=" + yPos + ",dependent=1"); objHelp.focus(); } function nbc_selectColor(farbNum) { url = "http://www.mcs-promotion.de/valeo/nbc_colorchooser.php?farbNum="+farbNum; chooser = window.open(url, "Farbwähler"," toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,width=420,height=560,dependent=1,left=417,top=100"); } function hideUstIdNr(element) { if(element.value == "1") { e = document.getElementById("ustidnr"); ef = document.getElementById("ustidnrf"); e.style.visibility = "hidden"; ef.style.visibility = "hidden"; } else { e = document.getElementById("ustidnr"); e.style.visibility = "visible"; ef = document.getElementById("ustidnrf"); ef.style.visibility = "visible"; } } function musterBestellung() { e = document.getElementById("wwa0"); e.checked = true; e = document.getElementById("quantity"); e.value = "1"; e = document.getElementById("quantity_0"); if(e != null) e.value = "1"; e = document.getElementById("cart_quantity"); e.submit(); } function validateKontaktForm() { alert("kontakt test"); form = document.getElementById("kontakt"); boolError = false; strMessage = ""; feld = document.getElementById("id_vorname"); if(feld.value == "") { boolError = true; strMessage += "- nbc_jsblock.php