window.onload = function() {	
	// VIRKESINKOEP
	p = document.getElementById('div_koepformer_1');
	if(p!=null) {
		// This is Virkesinkoep...
		link_koepformer_1 = new fx.Height('div_koepformer_1', {duration:300});
		link_koepformer_1.hide();
		link_koepformer_2 = new fx.Height('div_koepformer_2', {duration:300});
		link_koepformer_2.hide();
		link_koepformer_3 = new fx.Height('div_koepformer_3', {duration:300});
		link_koepformer_3.hide();		
		link_koepformer_4 = new fx.Height('div_koepformer_4', {duration:300});
		link_koepformer_4.hide();
		link_koepformer_5 = new fx.Height('div_koepformer_5', {duration:300});
		link_koepformer_5.hide();		
	}
	// PRODUCT PAGE
	p = document.getElementById('product_p1');
	if(p!=null) {
		// This is the productpage...
		myProduct_1 = new fx.Height('product_p1', {duration: 300}); 
		myProduct_1.hide();	
		myProduct_2 = new fx.Height('product_p2', {duration: 300}); 
		myProduct_2.hide();
		myProduct_3 = new fx.Height('product_p3', {duration: 300}); 
		myProduct_3.hide();	
		myProduct_4 = new fx.Height('product_p4', {duration: 300}); 
		myProduct_4.hide();	
		myProduct_5 = new fx.Height('product_p5', {duration: 300}); 
		myProduct_5.hide();
		myProduct_6 = new fx.Height('product_p6', {duration: 300}); 
		myProduct_6.hide();			
		myProduct_7 = new fx.Height('product_p7', {duration: 300}); 
		myProduct_7.hide();					
	}
}

function set_koncern_button_text() {
	img = document.getElementById('koncern_button_image');
	if(img.src.substr(img.src.length-21)=='/navigator_button.png') {
		img.src="./global_elements/navigator_button_hide.png";	
	} else {
		img.src="./global_elements/navigator_button.png";	
	}
}
