function newwin(theURL,winName,features){
	window.open(theURL,winName,features);
}
function calender(q,w){
	if(document.TheForm.elements[q].value == ''){
		newwin('plugins/nxt_kalender.cfm?param=' + w,'CALENDER','width=650,height=250,status=no,locationbar=no,menubar=no,resizable=no');
	}
 	else return true;
}
