function openRules(width, height, scrollbars){
	window.open('popups/regulamin.html', 'PopUp', 'height='+height+', width='+width+', menubar=no, status=no, toolbar=no, scrollbars='+scrollbars+', screenX=100, screenY=0, left=100, top=0');
}

function openHelp(width, height, scrollbars){
	window.open('includes/popups/help.php', 'PopUp', 'height='+height+', width='+width+', menubar=no, status=no, toolbar=no, scrollbars='+scrollbars+', screenX=100, screenY=0, left=100, top=0');
}