function na() {
	alert('Opcja nie dostêpna');
}

function op(url, w, h)
{
	window.open(url, '', 'toolbar=no,menubar=no,scrollbars=1, resizable=no,status=no,location=no,directories=no,top=150,left=150,fullscreen=no,height=' + h + ',width=' + w);	
}

