<!--

if (top.location.href != location.href) {
        top.location.href = location.href;
}

function jump(selObj){
	eval("window.location='"+selObj.options[selObj.selectedIndex].value+"'");
}

var winhandle = null;
var screenWidth = window.screen.availWidth;

function popupbild(nummer) {		
	New=window.open('pop_bild'+nummer+'.htm', 'Information', 'toolbar=no,status=no,resizable=yes,scrolling=auto');
}      

function ljudWin(url,w,h){
	if(winhandle){
		if(winhandle.close){
			winhandle.close();
		}
	}
	winhandle = window.open(url,'win','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+w+',height='+h+',top=0,left=0')
}


function popup(url){
	var xpos = 0;
	if(winhandle){
		if(winhandle.close){
			winhandle.close();
		}
	}
	xpos = screenWidth - 570;
	winhandle = window.open(url,'win','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=550,height=600,top=0,left=' + xpos)
}

function popupStor(url){
	var xpos = 0;
	if(winhandle){
		if(winhandle.close){
			winhandle.close();
		}
	}
	xpos = screenWidth - 760;
	winhandle = window.open(url,'win','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,width=740,height=565,top=0,left=' + xpos)
}


function newWindowPortal(url){
	portalWindow=window.open(url,'portalWin','width=750,height=550,scrollbars=yes,menubar=yes,location=yes,resizable=yes,toolbar=yes,status=yes');
}

function openSynpunkt(){
   window.open('http://fksynpunkt.episerverhotell.net/frmSynpunkt.aspx','','scrollbars=no,resizable=yes,alwaysRaised=1,height=583,width=490,top=30,Left=150');  
}


-->