function showWhyStartUp() {
var content =
'A bit of our background
'
+ ''
+ 'We reduce the time from startup to IPO'
+ '
'
+ ' - By being a surge buffer for product development'
+ '
'
+ ' - By being the first wave of an PSO'
+ '
'
+ 'Incorporated in 1992'
+ '
'
+ 'Three decades of aerospace heritage'
+ '
'
+ ' - Built custom military and intelligence systems for the government'
+ '
'
+ 'State of the art orientation'
+ '
'
+ ' - Objects, java, high leverage middleware';
showContentTitle("Start-up Support");
document.getElementById("contentPageNav").innerHTML='1 of 4';
document.getElementById("contentPageNext").onclick = showWhyStartUp1;
document.getElementById("contentPagePrev").style.visibility="hidden";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyStartUp1() {
var content =
'Some of our customers - as a surge buffer for product development
'
+ ''
+ 'Active Software'
+ '
'
+ 'Altoweb'
+ '
'
+ 'Composite Software'
+ '
'
+ 'Knownow'
+ '
'
+ 'Nanogen'
+ '
'
+ 'Nanomix'
+ '
'
+ 'Tidal Software';
showContentTitle("Start-up Support");
document.getElementById("contentPageNav").innerHTML='2 of 4';
document.getElementById("contentPagePrev").onclick = showWhyStartUp;
document.getElementById("contentPageNext").onclick = showWhyStartUp2;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyStartUp2() {
var content =
'Some of our customers - as the muscle for professional services
'
+ ''
+ 'Active Software'
+ '
'
+ ' - Bax Global'
+ '
'
+ ' - Motorola'
+ '
'
+ 'Cap Gemini'
+ '
'
+ ' - Genentech'
+ '
'
+ ' - Johnson and Johnson'
+ '
'
+ 'Ernst and Young'
+ '
'
+ ' - Mitsubishi Motors North America'
+ '
'
+ ' - Pacificare'
+ '
'
+ 'Knownow'
+ '
'
+ ' - ABC'
+ '
'
+ ' - Terminix';
showContentTitle("Start-up Support");
document.getElementById("contentPageNav").innerHTML='3 of 4';
document.getElementById("contentPagePrev").onclick = showWhyStartUp1;
document.getElementById("contentPageNext").onclick = showWhyStartUp3;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="visible";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}
function showWhyStartUp3() {
var content =
'Engage Alodar Systems to shorten the time to IPO
'
+ ''
+ 'We provide:'
+ '
'
+ ' - Acustomer-centric view to requirement generation'
+ '
'
+ ' - A professional services organization for marketing and sales'
+ '
'
+ ' - The surge buffer to handle unexpected deadlines'
+ '
'
+ 'For more details click Case Studies in the menu bar above and then Start-up Support'
+ '
'
+ 'Or get in contact for a free consultation - (310)370-4557';
showContentTitle("Start-up Support");
document.getElementById("contentPageNav").innerHTML='4 of 4';
document.getElementById("contentPagePrev").onclick = showWhyStartUp2;
document.getElementById("contentPagePrev").style.visibility="visible";
document.getElementById("contentPageNext").style.visibility="hidden";
document.getElementById("contentPageNav").style.visibility="visible";
document.getElementById("contentBody").innerHTML = content;
}