		$(document).ready(function()
		{
		/*
		//fix header graphcis for safari and explorer
		jQuery.each(jQuery.browser, function(i, val) {
		$("<div>" + i + " : <span>" + val + "</span>")
                .appendTo(document.body);
		});
		*/
		jQuery.each(jQuery.browser, function(i, val) 
		{
		  if(i=="msie")// && jQuery.browser.version.substr(0,3)=="1.9")
			browser = {msie:true}
		});

		//used for image corners
		    settings = {
			  tl: { radius: 20 },
			  tr: { radius: 20 },
			  bl: { radius: 20 },
			  br: { radius: 20 },
			  antiAlias: true,
			  autoPad: false
			  //validTags: ["div"]
			}
			
		    settingsSmall = {
			  tl: { radius: 10 },
			  tr: { radius: 10 },
			  bl: { radius: 10 },
			  br: { radius: 10 },
			  antiAlias: true,
			  autoPad: false
			  //validTags: ["div"]
			}
			
			settingsSmallSidebar = {
			  tl: { radius: 10 },
			  tr: { radius: 1 },
			  bl: { radius: 10 },
			  br: { radius: 1 },
			  antiAlias: true,
			  autoPad: false
			  //validTags: ["div"]
			}
			
			
			
			
			//some stuff to make lowerInfo animated
			animatedcollapse.addDiv('lowerInfo', 'fade=1,hide=0,speed=400');
			animatedcollapse.init();
			animatedcollapse.hide('lowerInfo');
			
			animatedcollapse.addDiv('lnfo2', 'fade=1,hide=0,speed=400');
			animatedcollapse.init();
			animatedcollapse.hide('lnfo2');
			
			animatedcollapse.addDiv('lnfo3', 'fade=1,hide=0,speed=400');
			animatedcollapse.init();
			animatedcollapse.hide('lnfo3');
			
			animatedcollapse.addDiv('lnfo1', 'fade=1,hide=0,speed=400');
			animatedcollapse.init();
			animatedcollapse.hide('lnfo1');
			
			animatedcollapse.addDiv('swedish', 'fade=1,hide=0,speed=400');
			animatedcollapse.init();
			
			animatedcollapse.addDiv('english', 'fade=1,hide=0,speed=400');
			animatedcollapse.init();
			animatedcollapse.hide('english');
			
			$('.mainMenu a').collapsor();
			$('dl strong').collapsor({sublevelElement:'dl', speed: 1000});
		});
		//make sidebar menu animated
		/*
		$((function(){
			$('.mainMenu a').collapsor();
			$('dl strong').collapsor({sublevelElement:'dl', speed: 1000});
			//$('.one').axec();
		}));*/

		//height=400px,
		//<a href="javascript:animatedcollapse.show('lowerInfo')">Slide Down</a> || <a href="javascript:animatedcollapse.hide('lowerInfo')">Slide Up</a>
