<!--
counterT = 0; // Jeg forstå det ikke helt ...
function goSearch(oaksearch){
	varQuery = oaksearch.searchString.value;
	varSearch = "#Query#" + varQuery;
	if (varQuery !='') 		
		window.location.href='/' + dbRepId +'/htmlSearchSite.html?ReadForm&'+escape(varSearch)	
	return(false)	
}
function goSearchMore(varQuery){	
	varSearch = "#Query#" + varQuery;
	if (varQuery !='') 		
		window.location.href='/' + dbRepId +'/htmlSearchSite.html?ReadForm&'+escape(varSearch);
	return(false)
}
<!-- Functions that handle relative positions  START -->
var NS4 = ( document.layers ) ?true :false;
var DOM = ( document.getElementById ) ?true :false;
var IE4 = ( document.all && !DOM ) ?true :false;
function getAbsX ( obj )
	{
	if ( NS4 ) 
		return obj.x
	else
		return getIExko( obj )
	}
function getAbsY ( obj )
	{
	if ( NS4 ) 
		return obj.y
	else
		return getIEyko( obj )
	}
function getIExko ( obj )
	{
	if ( obj == document.body )
		return obj.offsetLeft
	else
		return obj.offsetLeft + getIExko( obj.offsetParent )
	}
function getIEyko ( obj )
	{
	if ( obj == document.body )
		return obj.offsetTop
	else
		return obj.offsetTop + getIEyko( obj.offsetParent )
	}
function getObj ( navn )
	{
	if ( DOM ) return document.getElementById( navn )
	if ( IE4 ) return document.all[ navn ]
	if ( NS4 ) return eval("document."+navn)
	return null;
	}
<!-- Functions that handle relative positions  END -->
function myClientHeight() {
  var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement &&
      ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  return myHeight;  
 
}
function leftColum(){
	var element = document.getElementById( 'leftColum' ); 
	var leftColumHeight = element.offsetHeight;
	return leftColumHeight;
}
function leftColumSet(){
	var element = document.getElementById( 'leftColum' ); 
	element.style.height = myClientHeight() - 182;	
}
function rightColumSet(){
	var element = document.getElementById( 'rightColum' ); 
	element.style.height = myClientHeight() - 182;	
}
function leftAndrightColumSet(){
	leftColumSet();
	rightColumSet()
}
function leftColumSet2(){
	var element = document.getElementById( 'leftColum' ); 
	element.style.height = myClientHeight() - 322;
	
}
function rightColumSet2(){
	var element = document.getElementById( 'rightColum' ); 
	element.style.height = myClientHeight() - 322;	
}
function leftAndrightColumSet2(){
	leftColumSet2();
	rightColumSet2()
}
/* Til Forsider */
function leftColumSetFrontPage(){
	var element = document.getElementById( 'leftColum' ); 
	element.style.height = myClientHeight() - 375;	
}
function rightColumSetFrontPage(){
	var element = document.getElementById( 'rightColum' ); 
	element.style.height = myClientHeight() - 375;	
}
function leftAndrightColumSetFrontPage(){
	leftColumSetFrontPage();
	rightColumSetFrontPage()
}
function writeSpot( spotname ){
 	var sUrl = "<script src=/C12570260060B00C/spots/" + spotname + ">";
	document.write(sUrl );
	document.write("</scr" + "ipt>");
}
function writeVisitCard( Medarbejder ){
 	var sUrl = "<script src=/C12563E200382243/Medarbejder.html/" + Medarbejder + ">";
	document.write(sUrl );
	document.write("</scr" + "ipt>");
}
function writeEmail( Medarbejder ){
 	var sUrl = "<script src=/C12563E200382243/email.html/" + Medarbejder + ">";
	document.write(sUrl );
	document.write("</scr" + "ipt>");
}
-->
