function showWhyIntegration() {
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'
+ '
'
+ 'Increasing revenue and decreasing costs';
showContentTitle("Integration");
document.getElementById("contentPageNav").innerHTML='1 of 7';
document.getElementById("contentPageNext").onclick = showWhyIntegration1;
document.getElementById("contentPagePrev").style.visibility="hidden";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyIntegration1() {
var content =
'Key elements of our solutions
'
+ ''
+ 'Reduced or eliminated license and maintenance fees'
+ '
'
+ ' - Open source rather than commercial based software'
+ '
'
+ 'No vendor lock-in'
+ '
'
+ ' - Adherence to standards'
+ '
'
+ 'Reduced labor expense'
+ '
'
+ ' - State of the art development tools';
showContentTitle("Integration");
document.getElementById("contentPageNav").innerHTML='2 of 7';
document.getElementById("contentPagePrev").onclick = showWhyIntegration;
document.getElementById("contentPageNext").onclick = showWhyIntegration2;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyIntegration2() {
var content =
'The advantages of open source software
'
+ ''
+ 'Lower software costs'
+ '
'
+ ' - No license or maintenance fees'
+ '
'
+ 'Simplified license management'
+ '
'
+ ' - No need to count, track, or monitor'
+ '
'
+ 'Customizable'
+ '
'
+ ' - Source code available to be tweaked to exactly what you want'
+ '
'
+ 'Ample support'
+ '
'
+ ' - Free on-line community forums, multiple levels of support available'
+ '
'
+ 'Best of breed'
+ '
'
+ ' - Not a commercial lash up of acquisitions';
showContentTitle("Integration");
document.getElementById("contentPageNav").innerHTML='3 of 7';
document.getElementById("contentPagePrev").onclick = showWhyIntegration1;
document.getElementById("contentPageNext").onclick = showWhyIntegration3;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyIntegration3() {
var content =
'The advantages of standards
'
+ ''
+ 'Avoidance of vendor lock-in'
+ '
'
+ ' - When a better component comes along, just swap it in'
+ '
'
+ 'More rapid implementations and lower implementation costs'
+ '
'
+ ' - Put applications together from components rather than starting from scratch'
+ '
'
+ 'Wider community support and lower support costs'
+ '
'
+ ' - More people with familiarity with the software';
showContentTitle("Integration");
document.getElementById("contentPageNav").innerHTML='4 of 7';
document.getElementById("contentPagePrev").onclick = showWhyIntegration2;
document.getElementById("contentPageNext").onclick = showWhyIntegration4;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyIntegration4() {
var content =
'Some of our integrations
'
+ ''
+ 'Portal'
+ '
'
+ ' - Three tier websites (internal and external)'
+ '
'
+ ' - Queries across multiple silos'
+ '
'
+ ' - App-server based web services'
+ '
'
+ ' - Call center consolidation'
+ '
'
+ 'Process flow'
+ '
'
+ ' - Order booking to a mainframe'
+ '
'
+ ' - Mainframe to delivery route optimization'
+ '
'
+ 'Synchronization'
+ '
'
+ ' - Oracle Financials to Clarify CRM'
+ '
'
+ 'For more details click on Case Studies in the Menu above';
showContentTitle("Integration");
document.getElementById("contentPageNav").innerHTML='5 of 7';
document.getElementById("contentPagePrev").onclick = showWhyIntegration3;
document.getElementById("contentPageNext").onclick = showWhyIntegration5;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyIntegration5() {
var content =
'Some of our customers
'
+ ''
+ 'BAX Global
'
+ 'Composite Software
'
+ 'Digital Domain
'
+ 'Disney
'
+ 'Genentech
'
+ 'Informix
'
+ 'Isis Pharmaceuticals
'
+ 'Johnson and Johnson
'
+ 'Harvey and Company
'
+ 'KnowNow
'
+ 'Marshall Industries
'
+ 'Merck
'
+ 'Mitsubishi Motors North America
'
+ 'Motorola
'
+ 'Nanogen
'
+ 'Right Hemisphere
'
+ 'SAIC
'
+ 'Shopzilla
'
+ 'Sun Microsystems
'
+ 'TRW
'
+ 'Val Verde School District
'
+ 'Verifone
'
+ 'Webmethods';
showContentTitle("Integration");
document.getElementById("contentPageNav").innerHTML='6 of 7';
document.getElementById("contentPagePrev").onclick = showWhyIntegration4;
document.getElementById("contentPageNext").onclick = showWhyIntegration6;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyIntegration6() {
var content =
'Engage Alodar Systems to make your company run better
'
+ ''
+ 'Faster and lower cost'
+ '
'
+ 'More maintainable solutions'
+ '
'
+ 'Please get in contact for a free consultation - (310)370-4557';
showContentTitle("Integration");
document.getElementById("contentPageNav").innerHTML='7 of 7';
document.getElementById("contentPagePrev").onclick = showWhyIntegration5;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="hidden";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}