<!--
function open_window_1(url) 
{
	zoom=window.open(url,"Zoom1",'width=670,height=600,toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,copyhistory=0');
	var x = (screen.width-445);
	zoom.moveTo(0,0);
}

function checkBasket(){
	if (document.getElementsByName('recs[tt_products][shipping][PLZ]')[0].value == '-'){
		document.getElementsByName('products_info')[0].setAttribute('disabled','disabled','true');
		document.getElementsByName('products_info')[0].value = '-> Rechnungsanschrift eingeben\nBitte wählen Sie zuerst Ihre PLZ aus!';
	} else {
		document.getElementsByName('products_info')[0].setAttribute('enabled','enabled','true');
	}

}
//-->