function showWhyERP() {
var content =
'The ERP Dilemma
'
+ ''
+ 'Some ERP systems are too expensive'
+ '
'
+ ' - Contain features that you probably will never use'
+ '
'
+ ' - Have annual maintenance fees'
+ '
'
+ ' - Are a drag on growth with cost per seat pricing'
+ '
'
+ 'Some ERP systems are not expensive enough'
+ '
'
+ ' - Require labor intensive work-arounds to fill the gaps'
+ '
'
+ ' - Require monitoring and correction of human errors'
+ '
'
+ ' - Increase customer dissatisfaction';
showContentTitle("ERP Solutions");
document.getElementById("contentPageNav").innerHTML='1 of 4';
document.getElementById("contentPageNext").onclick = showWhyERP1;
document.getElementById("contentPagePrev").style.visibility="hidden";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyERP1() {
var content =
'The ERP Dilemma
'
+ ''
+ 'Some ERP systems are too rigid'
+ '
'
+ ' - The way the company runs has to be changed to match the software'
+ '
'
+ ' - Their introduction is highly disruptive'
+ '
'
+ 'Some ERP systems are too flexible'
+ '
'
+ ' - Parameter after parameter after parameter to set'
+ '
'
+ ' - Getting things going takes months and sometimes years';
showContentTitle("ERP Solutions");
document.getElementById("contentPageNav").innerHTML='2 of 4';
document.getElementById("contentPagePrev").onclick = showWhyERP;
document.getElementById("contentPageNext").onclick = showWhyERP2;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyERP2() {
var content =
'What we do to solve the dilemma
'
+ ''
+ 'Optimize you expenditures by'
+ '
'
+ ' - Identifying the needs exactly'
+ '
'
+ ' - Tailoring a solution to meet those needs'
+ '
'
+ 'Make clear exactly what you will be getting by'
+ '
'
+ ' - Developing GUI scenarios to validate with your staff what will be developed'
+ '
'
+ ' - Iterating as necessary until it is exactly right'
+ '
'
+ 'Eliminating license and maintenance fees by'
+ '
'
+ ' - Building on Open Source rather than commercial software'
+ '
'
+ ' - Constructing a web-based solution'
+ '
'
+ 'Minimimze the disruption to on-going operations by'
+ '
'
+ ' - Adding integration software to connect with legacy systems';
showContentTitle("ERP Solutions");
document.getElementById("contentPageNav").innerHTML='3 of 4';
document.getElementById("contentPagePrev").onclick = showWhyERP1;
document.getElementById("contentPageNext").onclick = showWhyERP3;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyERP3() {
var content =
'Engage Alodar Systems to build the ERP Solution that is just right for you
'
+ ''
+ 'Tailored exactly to your needs'
+ '
'
+ 'No annual maintenance or growth fees'
+ '
'
+ 'Surprisingly cost-competitive'
+ '
'
+ 'Integration with existing software'
+ '
'
+ 'For more details click Solutions in the menu bar above and read the white paper:'
+ '
'
+ ' - What size ERP for me?'
+ '
'
+ 'Or get in contact for a free consultation - (310)370-4557';
showContentTitle("ERP Solutions");
document.getElementById("contentPageNav").innerHTML='4 of 4';
document.getElementById("contentPagePrev").onclick = showWhyERP2;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="hidden";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}