/************************************
 * Datei      	:   desktop.js
 * Projekt   	:   emisweb
 * Beschreibung	:	Desktop-API
 * Author    	:   mario alves/511
 ************************************/


var DESKTOP = {
	debug : 'false',
	globalWidgetLink : '',
	globalChildLink : '',

	opendate : function(terminid) {
		newDateWindow = newWindow(this.globalChildLink+'&sub=termin_aendern&terminid='+terminid,'TerminAendern','850','530','5','no');
	}
}

