function rezervuj(zariadenie){
	link = "/rezervuj.php?zar="+zariadenie;
	window.open(link,"rezervuj", "width=550, height=300, scrollbars=no, toolbar=no, location=no, status=no, resizable=yes, screenX=100, screenY=100");
}
