// JavaScript Document
function popup(establishment){
	if(establishment){
		window.open('popup.php?id=' + establishment,'Preventum','width=610,height=430,top=60,left=60');
	}
}