
// assumes that c:\inetpub\wwwroot\montego\jscript\leftmenu.js has been included

function my_trim( key1 )
{
	var key = key1;
	while ( key.length && key.charAt( key.length - 1 ) == " "  ) key = key.slice(0, -1);
	while ( key.length && key.charAt( 0 ) == " " ) key = key.substring( 1 ) ;		
	
	return key;
}

function SmallBusiness ( foldersTree, nestdir, folderdir )
{
var path_f = nestdir || "";
var folderdir_f = folderdir	|| "Services/";
var aux1=insFld(foldersTree,gFld("SmallBusiness"),"");
insDoc(aux1,gLnk(0,"Cut Red Tape Software",	path_f + folderdir_f + "cutredtape.htm"	));
}


		   