Saskiapopptet={	pop:function(path,width,height,scroll){		var top = Math.round((screen.height - height) / 2);		var left = Math.round((screen.width - width) / 2);		win = window.open(path,"PopUp","width="+width+",height="+height+",top="+top+",left="+left+",scrollbars="+scroll);		win.focus();	}}