function openWarenkorbPosition(position, uID) {
    fenster = window.open("http://www.verbotsschilder.de/include/content/popup_artikel.php?position=" + position + "&c16_uid=" + uID, "popup", "width=900, height=500, menubar=no, toolbar=no, status=no, resizable=yes, scrollbars=yes");
    fenster.focus();
}

window.name="blaetterkatalog";

function openCatalogBrowserPopup(popup_url) {
    var zoomWin = window.open(popup_url,"CatalogBrowser","width=1000,height=700,left=0,top=0,toolbar=no,status=no,menubar=no,resizable=yes,location=no,scrollbars=no");
    try {
         zoomWin.focus();
    } catch ( E ) {}
}


function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

function disableLiefer(){
	document.kasseForm.name1.setAttribute('readOnly', 'false');
	document.kasseForm.name2.setAttribute('readOnly', 'false');
	document.kasseForm.strasse.setAttribute('readOnly', 'false');
	document.kasseForm.land.setAttribute('readOnly', 'false');
	document.kasseForm.plz.setAttribute('readOnly', 'false');
	document.kasseForm.ort.setAttribute('readOnly', 'false');
}

function enableLiefer(){
	document.kasseForm.name1.removeAttribute('readOnly');
	document.kasseForm.name2.removeAttribute('readOnly');
	document.kasseForm.strasse.removeAttribute('readOnly');
	document.kasseForm.land.removeAttribute('readOnly');
	document.kasseForm.plz.removeAttribute('readOnly');
	document.kasseForm.ort.removeAttribute('readOnly');
}
