function opencal(year){ 
	//Define arbitrary function to run desired DHTML Window widget codes
AXW=dhtmlwindow.open("calendar", "ajax", "own/oedvcalendar.php?id="+year, "Kalender "+year, "width=600px,height=300px,left=150px,top=100px,resize=1,scrolling=1");
}

