function popupquick(Item){

		window.open('/'+Item+'.php', 'KALKULATOR', 'toolbar=no,menubar=no, scrollbars=yes, resizable=no, width=780, height=500');



	}

function popupquick2(Item){

		window.open('/'+Item+'.html', 'INFORMACJE', 'toolbar=no,menubar=no, scrollbars=no, resizable=no, width=563, height=410');



}

function popupquick3(Item){

		window.open('/'+Item+'.html', '', 'toolbar=no,menubar=no, scrollbars=no, resizable=no, width=563, height=350');



}

