// <![CDATA[

/* Functions to perform Error Handlering. */

function displayMessage (theError) {
	
	$.blockUI( { message: $('#ErrorMessage') , css: {height: '130px', width: '200px', border: '0px solid #a00', backgroundColor: '#000'  }} );
	$('#theerrormsg').text(theError);

}


// ]]>