﻿// JavaScript Document
_ajaxConfig = {'_cfscriptLocation':'/cfcompantes/BLL/leftmenuAjax.cfc', '_jsscriptFolder':'/js/aj'};
function showleft()
{
	DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'showleftmenu', getMessage);
}

function getMessage(str)
{
	document.getElementById('leftmenu').innerHTML = str;
}