/*function leasing()
{
	window.open('http://www.weblease-europe.com/cgi-bin/nb-shop-index.pl?userid=011-13260', 'LEASING', 'width=520, height=470, resizable=no, scrollbars=yes, toolbar=no, status=no, directories=no, menubar=no, location=no');
};*/

function leasing(adresse) {
	fenster = window.open(adresse, "_blank", "width=470,height=680,left=150,top=150");
	fenster.focus();
}
