var Release = {
	showDiv:function(){
		alert("hej");
	}
}

function over(obj) { obj.style.background='#EEE'; }
    function out(obj) {	obj.style.backgroundColor=''; }
	function popup(url, height, width, name, scroll) {
	var specs = "toolbar=no,menubar=no,scrollbars="+scroll+",width="+width+",height="+height;
	window.open(url, name, specs);	
}