var f = {
	toggleE: function(s) {var o=this.gE(s);if(o.style.display=="none") o.style.display=""; else o.style.display="none";},
	hideE: function(s) {this.gE(s).style.display = "none";},
	showE: function(s) {this.gE(s).style.display = "block";},
	getRadio: function(f,n) {var a = f.elements[n];for (var i=0;i<a.length;i++)if (a[i].checked) return a[i].value;return "";	},
	insertE: function(s, t) {this.gE(s).innerHTML = t;},rO: function(o) {o.onmouseover = rollOver;o.onmouseout = rollOver;o.style.cursor = "pointer";},
	gE: function(id) {return document.getElementById(id);},
	gImg1: function(o) {return o.getElementsByTagName("img")[0];},
	hideIESelects: function() {if (isIE6) {var s = document.getElementsByTagName("select");for (var i=0;i<s.length;i++) s[i].style.visibility = "hidden";}},
	showIESelects: function() {if (isIE6) {var s = document.getElementsByTagName("select");for (var i=0;i<s.length;i++) s[i].style.visibility = "visible";}},
	removeFocus: function() {this.blur();},
	printSite: function() {window.print();this.blur();}
}

var isIE = navigator.appVersion.match(/MSIE/) == "MSIE";
var isIE6 = navigator.appVersion.match(/MSIE 6/) == "MSIE 6";
var isIE7 = navigator.appVersion.match(/MSIE 6/) == "MSIE 7";

window.onload = function() {
	
	var scroll = new Fx.Scroll('archivnav', {
		wait: false,
		duration: 0,
		offset: {'x': 0, 'y': -0},
		transition: Fx.Transitions.Quad.easeInOut
	});
	
	e = $('wohin').value;
	scroll.toElement('n' + e);

}
