function newImage(ID,file) {
	document.getElementById(ID).src='/images/'+file;
}

function open_window(URL,name,left,top,width,height,menubar){
	 rp=window.open(URL,name,"top="+top+",left="+left+",height="+height+",width="+width+",menubar="+menubar+",scrollbars=1,resizable=1,status=1");
	 rp.focus();
	 return(false);
}

function sign_up(){
	 rp=window.open("http://formular.risoe.dk/risoe_dag_2006.asp","Risų-dag 2006","top=100, left=100, height=300, width=450, menubar=0, scrollbars=0, resizable=0, status=0");
	 rp.focus();
	 return(false);
}

function alarm(){
	 alert("Hej");
	 return(false);
}




