function showWhyBusConsult() {
var content =
'We make companies run better by:
'
+ ''
+ 'Improving how people and computers work together'
+ '
'
+ ' - Eliminating the steps with no added value'
+ '
'
+ ' - Reducing the complexity of interfaces'
+ '
'
+ ' - Streamline process flows'
+ '
'
+ 'Integrating silos of automation into a coherent whole'
+ '
'
+ ' - Eliminating redundant data entry'
+ '
'
+ ' - Speeding up batch based synchronization'
+ '
'
+ 'Providing aspirin for growing pains'
+ '
'
+ ' - Expansion to more than one office'
+ '
'
+ ' - Mergers'
+ '
'
+ 'It all begins with Process Discovery';
showContentTitle("Business Consulting");
document.getElementById("contentPageNav").innerHTML='1 of 6';
document.getElementById("contentPageNext").onclick = showWhyBusConsult1;
document.getElementById("contentPagePrev").style.visibility="hidden";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyBusConsult1() {
var content =
'The Value of Process Discovery
'
+ ''
+ 'Diagnose root cause of known problems'
+ '
'
+ 'Converge multiple parallel processes'
+ '
'
+ 'Be the springboard for process improvement'
+ '
'
+ 'Reduce expenses and increase efficiency'
+ '
'
+ 'React to changes faster'
+ '
'
+ 'Reduce time and cost of initiatives'
+ '
'
+ 'Enable cost efficient collaborations'
+ '
'
+ 'Enable Sarbanes-Oxley compliance';
showContentTitle("Business Consulting");
document.getElementById("contentPageNav").innerHTML='2 of 6';
document.getElementById("contentPagePrev").onclick = showWhyBusConsult;
document.getElementById("contentPageNext").onclick = showWhyBusConsult2;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyBusConsult2() {
var content =
'Conventional Approaches to Process Discovery
'
+ ''
+ 'The interview method'
+ '
'
+ ' - Horde of consultants descend on company'
+ '
'
+ ' - Individually interview representative workers'
+ '
'
+ ' - Compare notes and assemble the process flow diagrams'
+ '
'
+ 'The collaborative method'
+ '
'
+ ' - Have all day meetings with representatives of all areas'
+ '
'
+ ' - Interactively talk through the processes'
+ '
'
+ ' - Diagram on the wall as you go';
showContentTitle("Business Consulting");
document.getElementById("contentPageNav").innerHTML='3 of 6';
document.getElementById("contentPagePrev").onclick = showWhyBusConsult1;
document.getElementById("contentPageNext").onclick = showWhyBusConsult3;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyBusConsult3() {
var content =
'Pitfalls of Conventional Approaches
'
+ ''
+ 'The interview method'
+ '
'
+ ' - Risk of inconsistencies and incompleteness'
+ '
'
+ ' - Risk of missing the big picture'
+ '
'
+ ' - Often not quantitative'
+ '
'
+ ' - Expensive'
+ '
'
+ 'The collaborative method'
+ '
'
+ ' - Time consuming and hard to schedule'
+ '
'
+ ' - Hard to document on the fly'
+ '
'
+ ' - Risk of missing key details'
+ '
'
+ ' - Often not quantitative'
+ '
'
+ ' - Expensive';
showContentTitle("Business Consulting");
document.getElementById("contentPageNav").innerHTML='4 of 6';
document.getElementById("contentPagePrev").onclick = showWhyBusConsult2;
document.getElementById("contentPageNext").onclick = showWhyBusConsult4;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyBusConsult4() {
var content =
'We use computer based methods to reduce the disruption
'
+ ''
+ 'Web-based task capture'
+ '
'
+ 'Analysis of application log and audit files'
+ '
'
+ 'Automatic generation of process flows'
+ '
'
+ 'Automatic determination of critical paths'
+ '
'
+ 'For more details, click Solutions in the menu bar above and read the whitepapers:'
+ '
'
+ ' - Capture the Process'
+ '
'
+ ' - Mine the Process';
showContentTitle("Business Consulting");
document.getElementById("contentPageNav").innerHTML='5 of 6';
document.getElementById("contentPagePrev").onclick = showWhyBusConsult3;
document.getElementById("contentPageNext").onclick = showWhyBusConsult5;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyBusConsult5() {
var content =
'Engage Alodar Systems to make your business run better
'
+ ''
+ 'No-obligation assessment of current operations'
+ '
'
+ ' - Less disruptive'
+ '
'
+ ' - More accurate'
+ '
'
+ 'Roadmap for suggested improvements'
+ '
'
+ ' - Recommentations'
+ '
'
+ ' - Busines cases'
+ '
'
+ 'Offered on a satisfaction guaranteed basis'
+ '
'
+ ' - If you are not satisfied you pay us nothing'
+ '
'
+ 'Please get in contact for a free consultation - (310)370-4557';
showContentTitle("Business Consulting");
document.getElementById("contentPageNav").innerHTML='6 of 6';
document.getElementById("contentPagePrev").onclick = showWhyBusConsult4;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="hidden";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}