/* ####################################### */
/* Popup 0.70 - Copyright by Loewel IT - www.loewel-it.de */
function popup(url, target, width, height){
	window.open(url, target, 'scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,width='+(width+10)+',height='+(height+10));
	}

/* ####################################### */