// Otwieranie wnioskow

function wniosek(l){
	switch(l){
		
		//Expander - lokaty
		case 1: var link="http://tblazej.systempartnerski.pl//e/sp/form/423/label=maxlokaty.pl";
		break;
		
	
		
	}
	form = window.open(link, '', 'status=no,scrollbars=yes');
	form.focus();

}
