
// assumes that c:\inetpub\wwwroot\montego\jscript\leftmenu.js has been included

function DesignServices ( foldersTree, nestdir )
{
var path_f = nestdir || "";
var aux1   = insFld(foldersTree,gFld("Design Services"),"");
insDoc(aux1,gLnk(0,"Java Services for the Web",	path_f + "Services/jsw_main.htm"));
insDoc(aux1,gLnk(0,"JSW Model",					path_f + "Services/jsw_model.htm"));
insDoc(aux1,gLnk(0,"JSW Client",				path_f + "Services/jsw_client.htm"));
insDoc(aux1,gLnk(0,"JSW IDL",					path_f + "Services/jsw_idl.htm"));
insDoc(aux1,gLnk(0,"JSW DB Create",				path_f + "Services/jsw_db.htm"));
insDoc(aux1,gLnk(0,"RUP",						path_f + "Services/rup.htm"));
insDoc(aux1,gLnk(0,"Java Merlin Patch",			path_f + "Resources/JavaMerlinPatch.htm"));

insDoc(aux1,gLnk(0,"Project Management",		path_f + "Leading/waterfall.htm" ));
insDoc(aux1,gLnk(0,"Database Design",			path_f + "Services/DBDesign/DBDesign.htm"));
return aux1;
}

// two args because uses three folders [Services Resources Leading]
