function cstudiesnav(){
var str=""
str+="<table width=140 cellpadding=0 cellspacing=0 border=0>";
str+="<tr>";
str+="<td height=20 class=menuhea>Case Studies</td>";
str+="</tr>";
str+="<tr>";
str+="<td valign=top>";
str+="<img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td height=6 valign=top><img src=images/menu_split.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td width=140><A class=navlf href=caseStudies_statravel.html><span class=blueplaintext10>STA Travel:</span><BR>";
str+="Building and integrated e-business solution</A></td>";
str+="</tr>";
str+="<tr>";
str+="<td height=8><img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td width=140><A class=navlf href=caseStudies_papillon.html><span class=blueplaintext10>Papillon Case Study:</span><BR>";
str+="XYKA Package Tour Reservation System - Packaging Solution to combine Helicopter ";
str+="Tours, Hotel Accommodations, Transfers and Activities</A></td>";
str+="</tr>";
str+="<tr>";
str+="<td height=8><img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td width=140><A class=navlf href=caseStudies_myisic.html><span class=blueplaintext10>ISIC Discount Card:</span><BR>";
str+="Building a web portal to sell discount student, youth and teacher cards.</A></td>";
str+="</tr>";
str+="<tr>";
str+="<td height=8><img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td><A class=navlf href=caseStudies_blueshield.html><span class=blueplaintext10>Blue Shield of CA:</span><BR>";
str+="Enhancement of internal client server application</A></td>";
str+="</tr>";
str+="<tr>";
str+="<td height=8><img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td><A class=navlf href=caseStudies_blueshield_pmdm.html>Design and Development of ";
str+="web based Performance Measurement and Audit Application.</A></td>";
str+="</tr>";
str+="<tr>";
str+="<td height=8><img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td><A class=navlf href=caseStudies_blueshield_pricer.html>Design and Development ";
str+="of Customized Outpatient Pricing Engine.</A></td>";
str+="</tr>";
str+="<tr>";
str+="<td height=8><img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td>";
str+="<TR>";
str+="<TD><A class=navlf href=caseStudies_concuity.html><span class=blueplaintext10>Concuity:</span><BR>";
str+="Building an automated job controller process for a startup healthcare provider.</A></TD>";
str+="</TR>";
str+="<tr>";
str+="<td height=8><img src=images/spacer.gif width=140 height=2></td>";
str+="</tr>";
str+="<tr>";
str+="<td><A class=navlf href=caseStudies_medical.html><span class=blueplaintext10>Major Medical Association:</span><BR>";
str+="Migration of legacy client server applications to the web for a major medical ";
str+="association.</A><br><br></td>";
str+="</tr>";
str+="</table>";
document.write(str);
}
