//ÖPPNAR EPAPER I NYTT FÖNSTER
function openEPaper(url){
	newwindow=window.open(url,'epaper', 'width='+screen.width+', height='+screen.height+', menubar=0, status=0, location=0, toolbar=0, scrollbars=1, resizable=1');
	if (window.focus) {newwindow.focus()}
}
