function showStartup() { var images2Load = "" + "" + ""; var content = "" + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + " " + "" + " " + " " + " " + "
composite-logo " + " Composite Software, Inc., the leading provider " + " of Enterprise Information Integration (EII) solutions, was looking for a " + " way to help their customers get a simplified view into a number of enterprise " + " applications.  Alodar Systems used their industry knowledge to define and " + " build the views. " + " <Read More>
" + "
 
nanomix-logo Nanomix, " + " a leading nanotechnology company, was looking to create configurable control " + " software for their sensor system.  Alodar Systems applied their equipment " + " automation experience and built a flexible test system. " + " <Read More>
" + "
 
startup-logo A " + " Silicon Valley Startup, was using all available resources to meet shipping " + " deadlines.  Alodar Systems gave them some breathing room by answering potential " + " customer questions, configuring the product in the field, and demonstrating " + " working solutions. " + " <Read More>
" + "
"; if( !startupImagesLoaded ) { document.getElementById("startupImages").innerHTML = images2Load; startupImagesLoaded=true; } showContentTitle('Start-up Support'); //hideContentPageNav(); document.getElementById("contentPageNav").innerHTML="1 of 2"; document.getElementById("contentPageNext").onclick = showStartup2; document.getElementById("contentPagePrev").style.visibility="hidden"; document.getElementById("contentPageNext").style.visibility="visible"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById("contentBody").innerHTML = content; } function showStartup2() { var content = "" + " " + " " + " " + " " + " " + " " + " " + " " + " " + "
shopzilla-logo " + " Shopzilla, " + " formerly BizRate.com, is the world's largest and fastest growing search engine. To support " + " rapid growth of a key service, Shopzilla needed to accelerate the re-engineering of a system." + " " + " <Read More>



Nanogen, Inc., " + " a provider of diagnostic tools for researchers, healthcare professionals " + " and patients, was developing control software for their next generation " + " system.  Alodar systems created a framework for the control software supporting " + " multiple clients and instruments across a networked environment. " + " <Read More>
" + "
"; showContentTitle("Start-up Support"); document.getElementById("contentPageNav").innerHTML="2 of 2"; document.getElementById("contentPagePrev").onclick = showStartup; document.getElementById("contentPagePrev").style.visibility="visible"; document.getElementById("contentPageNext").style.visibility="hidden"; document.getElementById("contentPageNav").style.visibility="visible"; document.getElementById("contentBody").innerHTML = content; }