var strAltText;
function writeTopHeader() {
document.write('<td width="800" height="119" colspan="2">');
document.write('<table border=0 cellpadding=0 cellspacing=0>');
document.write('<tr>');
document.write('<td bgcolor="white"><img src="images/prog8.gif"></td>');
document.write('<td><img src="images/toppic2.jpg" width=300 height=119></td>');
document.write('<td><img src="images/toppic3.jpg" width=260 height=119></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
}
function BCKUPwriteLeftNav() {
document.write('<table cellpadding=0 cellspacing=0>');
document.write('<tr>');
document.write('<td valign="top"><img src="images/Side1.jpg" width="150" height="157"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="1" bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/arrow.jpg" width="20" height="10">News</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="images/spacer.gif" width="1" height="1">');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="20" rowspan="3"><img src="images/spacer.gif" width="20" height="1"></td>');
document.write('<td><br>');
document.write('<span class="sidelinks">Headling One</span>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="sidelinks2">Date here</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="sidelinks2">Small description...<br> <br>');
document.write('<a href="#" class="sidelinks2">&gt;&gt; more info</a></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td rowspan="3"><img src="images/spacer.gif" width="20" height="1"></td>');
document.write('<td><br>');
document.write('<span class="sidelinks">Headling Two</span></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="sidelinks2">Date here</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td class="sidelinks2">Small description...<br> <br>');
document.write('<a href="#" class="sidelinks2">&gt;&gt; more info</a></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}
function processLeftImages(intTitleCd) {
var strSelectedImage;
switch(intTitleCd) {
case 0:
strSelectedImage = "p.jpg";
strAltText = "your perspective";
break;
case 1:
strSelectedImage = "h.jpg";
strAltText = "how can we help";
break;
case 2:
strSelectedImage = "c.jpg";
strAltText = "state of change";
break;
case 3:
strSelectedImage = "c2.jpg";
strAltText = "clients";
break;
case 4:
strSelectedImage = "f.jpg";
strAltText = "frequently asked questions";
break;
case 5:
strSelectedImage = "b.jpg";
strAltText = "bpo + ito";
break;
case 6:
strSelectedImage = "o.jpg";
strAltText = "offshore services";
break;
case 7:
strSelectedImage = "d.jpg";
strAltText = "delivery model";
break;
case 8:
strSelectedImage = "a.jpg";
strAltText = "about us";
break;
case 9:
strSelectedImage = "c3.jpg";
strAltText = "careers";
break;
case 10:
strSelectedImage = "r.jpg";
strAltText = "request information";
break;
case 11:
strSelectedImage = "s.jpg";
strAltText = "site map";
break;
case 12:
strSelectedImage = "p2.jpg";
strAltText = "privacy";
break;
}
return strSelectedImage;
}
function writeLeftNav(intTitleCd) {
var strFileName;
strFileName = processLeftImages(intTitleCd);
document.write('<table cellpadding=0 cellspacing=0>');
document.write('<tr>');
document.write('<td valign="top"><img src="images/' + strFileName + '" alt="' + strAltText + '" width="150px" height="157px"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td height="1" bgcolor="#FFFFFF"><img src="images/spacer.gif" width="1" height="1"></td>');
document.write('</tr>');
document.write('</table>');
}
function writeFooter() {
document.write('<tr><td>');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" class=tblborder>');
document.write('<tr>');
document.write('<td bgcolor="b5e04a" class="text"height="26" class="baseline">&nbsp;&nbsp;&copy; Progorithms, 2005-2006. All rights reserved.</td>');
document.write('<td bgcolor="b5e04a" class="text"height="26" align="right" class="baseline">&nbsp;&nbsp; <font color="red"> <a style="text-decoration:none;color:green" href="home.asp"> Home </a> &nbsp;&nbsp;  | &nbsp;&nbsp; <a style="text-decoration:none;color:green" href="sitemap.html"> Site map </a>&nbsp;  | &nbsp;&nbsp; <a style="text-decoration:none;color:green" href="privacy.html"> Privacy </a></font></td>');
document.write('</tr>');
document.write('</table></td></tr>');
}
/*
function includeMenuFiles() {
document.write('<td></td>');
document.write('<td>');
document.write('<script language="JavaScript" src="theme/STRUCTURE_FILE_NAME.js"></script>');
document.write('<script language="JavaScript" src="theme/SETTINGS_FILE_NAME.js"></script>');
document.write('</td>');
}
*/
function includeSpacerGifs() {
document.write('<td height="29" colspan="3" background="images/spacer.gif"><img src="images/spacer.jpg" width="1" height="29"></td>');
}
function writeHeaderName(strHeaderName) {
document.write('<td colspan="2" class=bodyhdr>' + strHeaderName + '</td>');
}
function openFile(intFileCd) {
var strURL;
var objWindow;
switch(intFileCd) {
case 1:
strURL = "KBRDocuments/ApplicationLoadTesting.pdf";
break;
case 2:
strURL = "KBRDocuments/SOA.pdf";
break;
case 3:
strURL = "KBRDocuments/DueDiligenceApproach.pdf";
break;
case 4:
strURL = "KBRDocuments/PIAT.pdf";
break;
}
objWindow = window.open(strURL);
objWindow.focus();
}
function writeTopic1() {
document.write('<img src="images/sample4_icon.gif" border=0><a href="javascript:openFile(1);">');
document.write('How can we help to improve the performance of your website?');
}
function writeTopic2() {
document.write('<img src="images/sample4_icon.gif" border=0><a href="javascript:openFile(2);">');
document.write('Interoperability with Service Oriented Architecture in the technological world?');
}
function writeTopic3() {
document.write('<img src="images/sample4_icon.gif" border=0><a href="javascript:openFile(3);">');
document.write('Is due diligence really mandatory for corporates?');
}
function writeTopic4() {
document.write('<img src="images/sample4_icon.gif" border=0><a href="javascript:openFile(4);">');
document.write('How efficiently you can realize change that has huge code impacts? - Ask us about PIAT');
}
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
function cswapdata0(){
/*---------------------------------------------
Content Dimensions
---------------------------------------------*/
this.container_width = 142
this.container_height = 132
/*---------------------------------------------
Message Timing
---------------------------------------------*/
this.initial_swap_delay = 0			//measured in seconds
this.swap_delay = 6				//measured in seconds
/*---------------------------------------------
Container Styles and Padding
---------------------------------------------*/
this.container_padding = "33,15,0,15"
this.container_styles = "background-image:url(images/box.gif);";
/*---------------------------------------------
Container Styles and Padding
---------------------------------------------*/
this.item_styles = "color:#006b92; cursor:default; text-decoration:none; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";
this.item_link_styles = "color:#000000; text-decoration:none; font-weight:normal; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";
this.item_link_hover_styles = "color:#000000; text-decoration:none; font-family:Arial; font-size:12px; border-style:none;border-width:0px;";
/*---------------------------------------------
Animated Transitions (IE 5.5 & Up only)
---------------------------------------------*/
this.item_transitions = "filter:progid:dximagetransform.microsoft.randombars(duration=.5 enabled=false);";
}
