$(function() {
	$('#poptavka').click(function() {
		var href = $(this).attr('href');
		window.open(href, 'poptavka', 'width=800px, height=600px, resizable, location=no, menubar=no, toolbar=no, scrollbars=yes');
		return false;	// Cancels the default href link action
	});
});
