

 window.onerror = errorHandler;

 function errorHandler() 
 {
 	return true;
 }


function initialise()
{
	// colourScheme = false;
	if (!window.tDMCreate) {return;}
	else {
		tDMCreate();
		self.name="mainDuluxWindow";
		highLighter();
	}
}

/* this loads up the initial array */
onload=initialise; 


