
function pomoc(id){

	newWin = window.open( "index.php?page=pomoc&id="+id , "Pomoc" ,"scrollbars=yes, resizable=yes, width=300, height=230, top=200, left=120");

}