function getPAGEname() {  var urlString = location.href.toLowerCase();  site1 = urlString.lastIndexOf("index");  site2 = urlString.lastIndexOf("whoweare");  site3 = urlString.lastIndexOf("ourportfolio");  site4 = urlString.lastIndexOf("ourteam");  site5 = urlString.lastIndexOf("/news");  site6 = urlString.lastIndexOf("contactus");  site7 = urlString.lastIndexOf("blog");  site8 = urlString.lastIndexOf("privacypolicy");  site9 = urlString.lastIndexOf("termsandcondition");     siteName="index";  maxNum=site1;    if (site2 > maxNum) {siteName="whoweare"; maxNum=site2;}  if (site3 > maxNum) {siteName="ourportfolio"; maxNum=site3;}  if (site4 > maxNum) {siteName="ourteam"; maxNum=site4;}  if (site5 > maxNum) {siteName="/news"; maxNum=site5;}  if (site6 > maxNum) {siteName="contactus"; maxNum=site6;}  if (site7 > maxNum) {siteName="blog"; maxNum=site7;}  if (site8 > maxNum) {siteName="privacypolicy"; maxNum=site8;}  if (site9 > maxNum) {siteName="termsandcondition"; maxNum=site9;}   return siteName;}function getSUBPAGEname() {  var urlString = location.href.toLowerCase();    subsite1 = urlString.lastIndexOf("companyoverview");  subsite2 = urlString.lastIndexOf("ourstrategy");  subsite3 = urlString.lastIndexOf("entrepreneurs");  subsite4 = urlString.lastIndexOf("infrastructure");  subsite5 = urlString.lastIndexOf("enterprise");  subsite6 = urlString.lastIndexOf("hostedsoftware");  subsite7 = urlString.lastIndexOf("webservices");  subsite8 = urlString.lastIndexOf("rlessin");  subsite9 = urlString.lastIndexOf("wolf");  subsite10 = urlString.lastIndexOf("sim");  subsite11= urlString.lastIndexOf("carlson");  subsite12 = urlString.lastIndexOf("ahn");  subsite13 = urlString.lastIndexOf("moy");  subsite14 = urlString.lastIndexOf("recentnews");  subsite15 = urlString.lastIndexOf("allnews");  subsite16 = urlString.lastIndexOf("information");  subsite17 = urlString.lastIndexOf("/ourteam/showmembers");  subsiteName="index";  maxNum=subsite1;    if (subsite1 > maxNum) {subsiteName="companyoverview"; maxNum=subsite1;}  if (subsite2 > maxNum) {subsiteName="ourstrategy"; maxNum=subsite2;}  if (subsite3 > maxNum) {subsiteName="entrepreneurs"; maxNum=subsite3;}  if (subsite4 > maxNum) {subsiteName="infrastructure"; maxNum=subsite4;}  if (subsite5 > maxNum) {subsiteName="enterprise"; maxNum=subsite5;}  if (subsite6 > maxNum) {subsiteName="hostedsoftware"; maxNum=subsite6;}  if (subsite7 > maxNum) {subsiteName="webservices"; maxNum=subsite7;}  if (subsite8 > maxNum) {subsiteName="rlessin"; maxNum=subsite8;}  if (subsite9 > maxNum) {subsiteName="wolf"; maxNum=subsite9;}  if (subsite10 > maxNum) {subsiteName="sim"; maxNum=subsite10;}  if (subsite11 > maxNum) {subsiteName="carlson"; maxNum=subsite11;}  if (subsite12 > maxNum) {subsiteName="ahn"; maxNum=subsite12;}  if (subsite13 > maxNum) {subsiteName="moy"; maxNum=subsite13;}  if (subsite14 > maxNum) {subsiteName="recentnews"; maxNum=subsite14;}  if (subsite15 > maxNum) {subsiteName="allnews"; maxNum=subsite15;}  if (subsite16 > maxNum) {subsiteName="information"; maxNum=subsite16;}  if (subsite17 > maxNum) {subsiteName="/ourteam/showmembers"; maxNum=subsite17;}   return subsiteName;}function getOURTEAMPAGEname() {  var urlString = location.href.toLowerCase();    subTEAMsite1 = urlString.lastIndexOf("index");  subTEAMsite2 = urlString.lastIndexOf("/ourteam/showmembers");  subTEAMsiteName="index";  maxNum=subTEAMsite1;  if (subTEAMsite2 > maxNum) {subTEAMsiteName="/ourteam/showmembers"; maxNum=subTEAMsite2;}   return subTEAMsiteName;}function getNAV() {   siteName=getPAGEname();  cs2="topnav";  cs3="topnav";  cs4="topnav";  cs5="topnav";  cs6="topnav";  cs7="topnav";  cs8="topnav";  cs9="topnav";    arw2="spacer";  arw3="spacer";  arw4="spacer";  arw5="spacer";  arw6="spacer";  arw7="spacer";  arw8="spacer";  arw9="spacer";    img2="off";  img3="off";  img4="off";  img5="off";  img6="off";  img7="off";  img8="off";  img9="off";    if (siteName == "index") 					{}  if (siteName == "whoweare") 				{cs2="topnavsub";arw2="arrow_white";img2="on";}  if (siteName == "ourportfolio") 			{cs3="topnavsub";arw3="arrow_white";img3="on";}  if (siteName == "ourteam") 				{cs4="topnavsub";arw4="arrow_white";img4="on";}  if (siteName == "/news") 					{cs5="topnavsub";arw5="arrow_white";img5="on";}  if (siteName == "contactus") 				{cs6="topnavsub";arw6="arrow_white";img6="on";}  if (siteName == "blog") 					{cs7="topnavsub";arw7="arrow_white";img7="on";}  if (siteName == "privacypolicy") 			{cs8="topnavsub";arw8="arrow_white";img8="on";}  if (siteName == "termsandcondition") 		{cs9="topnavsub";arw9="arrow_white";img9="on";}// TOP Level Linksdocument.write('<table width="806" border="0" align="center" cellpadding="0" cellspacing="0"><tr>');document.write('<td width="69"><a href="/"><img src="/dt/images/logo.gif" width="69" height="78" border="0"></td></a>');document.write('<td width="3"><img src="/dt/images/spacer.gif" width="3" height="1"></td>');document.write('<td valign="bottom" class="'+cs2+'" width="102"><div id="btn2" onMouseOver="MM_nbGroup(\'over\',\'warrow1\',\'/dt/images/arrow_white.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><a href="/dt/whoweare/companyoverview.shtml"><img src="/dt/images/spacer.gif" width="102" height="78" border="0"></a></div>');document.write('<div><img src="/dt/images/nav_whoweare_'+img2+'.gif" width="78" height="9" border="0" hspace="14"></div>');document.write('<div><img src="/dt/images/'+arw2+'.gif" width="6" height="3" name="warrow1" hspace="15" vspace="3"></div>');document.write('<div><img src="/dt/images/spacer.gif" width="1" height="6"></div></td>');document.write('<td width="3"><img src="/dt/images/spacer.gif" width="3" height="1"></td>');document.write('<td valign="bottom" class="'+cs3+'" width="121"><div id="btn3" onMouseOver="MM_nbGroup(\'over\',\'warrow2\',\'/dt/images/arrow_white.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><a href="/dt/ourportfolio/"><img src="/dt/images/spacer.gif" width="121" height="78" border="0"></a></div>');document.write('<div><img src="/dt/images/nav_ourportfolio_'+img3+'.gif" width="97" height="9" border="0" hspace="14"></div>');document.write('<div><img src="/dt/images/'+arw3+'.gif" width="6" height="3" name="warrow2" hspace="15" vspace="3"></div>');document.write('<div><img src="/dt/images/spacer.gif" width="1" height="6"></div></td>');document.write('<td width="3"><img src="/dt/images/spacer.gif" width="3" height="1"></td>');document.write('<td valign="bottom" class="'+cs4+'" width="84"><div id="btn4" onMouseOver="MM_nbGroup(\'over\',\'warrow3\',\'/dt/images/arrow_white.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><a href="/dt/ourteam/"><img src="/dt/images/spacer.gif" width="84" height="78" border="0"></a></div>');document.write('<div><img src="/dt/images/nav_ourteam_'+img4+'.gif" width="60" height="9" border="0" hspace="14"></div>');document.write('<div><img src="/dt/images/'+arw4+'.gif" width="6" height="3" name="warrow3" hspace="15" vspace="3"></div>');document.write('<div><img src="/dt/images/spacer.gif" width="1" height="6"></div></td>');document.write('<td width="3"><img src="/dt/images/spacer.gif" width="3" height="1"></td>');document.write('<td valign="bottom" class="'+cs5+'" width="58"><div id="btn5" onMouseOver="MM_nbGroup(\'over\',\'warrow4\',\'/dt/images/arrow_white.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><a href="/dt/news/recentnews.shtml"><img src="/dt/images/spacer.gif" width="58" height="78" border="0"></a></div>');document.write('<div><img src="/dt/images/nav_news_'+img5+'.gif" width="34" height="9" border="0" hspace="15"></div>');document.write('<div><img src="/dt/images/'+arw5+'.gif" width="6" height="3" name="warrow4" hspace="16" vspace="3"></div>');document.write('<div><img src="/dt/images/spacer.gif" width="1" height="6"></div></td>');document.write('<td width="3"><img src="/dt/images/spacer.gif" width="3" height="1"></td>');document.write('<td valign="bottom" class="'+cs6+'" width="98"><div id="btn6" onMouseOver="MM_nbGroup(\'over\',\'warrow5\',\'/dt/images/arrow_white.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><a href="/dt/contactus/information.shtml"><img src="/dt/images/spacer.gif" width="98" height="78" border="0"></a></div>');document.write('<div><img src="/dt/images/nav_contactus_'+img6+'.gif" width="74" height="9" border="0" hspace="15"></div>');document.write('<div><img src="/dt/images/'+arw6+'.gif" width="6" height="3" name="warrow5" hspace="16" vspace="3"></div>');document.write('<div><img src="/dt/images/spacer.gif" width="1" height="6"></div></td>');document.write('<td width="3"><img src="/dt/images/spacer.gif" width="3" height="1"></td>');document.write('<td valign="bottom" class="'+cs7+'" width="54"><div id="btn7" onMouseOver="MM_nbGroup(\'over\',\'warrow6\',\'/dt/images/arrow_white.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><a href="http://www.beyondvc.com" target=new><img src="/dt/images/spacer.gif" width="54" height="78" border="0"></a></div>');document.write('<div><img src="/dt/images/nav_blog_'+img7+'.gif" width="30" height="9" border="0" hspace="15"></div>');document.write('<div><img src="/dt/images/'+arw7+'.gif" width="6" height="3" name="warrow6" hspace="16" vspace="3"></div>');document.write('<div><img src="/dt/images/spacer.gif" width="1" height="6"></div></td>');document.write('<td width="3"><img src="/dt/images/spacer.gif" width="3" height="1"></td>');document.write('<td valign="bottom" class="topnav">&nbsp;</td></tr></table>');}function sideimages() { 	siteName=getPAGEname();	subsiteName=getSUBPAGEname();	subTEAMsiteName=getOURTEAMPAGEname();	found=2;	if ((subTEAMsiteName == "/ourteam/showmembers") && ((subsiteName == "wolf") || (subsiteName == "sim") || (subsiteName == "carlson") || (subsiteName == "ahn") || (subsiteName == "moy"))) { 		back="A3D1F2";		image="side_ourteam";		if (subsiteName == "wolf") 				{image="dewolf";}		if (subsiteName == "sim") 				{image="sim";}		if (subsiteName == "carlson") 			{image="carlson";}		if (subsiteName == "ahn") 				{image="ahn";}		if (subsiteName == "moy") 				{image="moy3";}		document.write('<td width="178" valign=top background="/dt/images/side_ourteam.jpg" bgcolor="' + back + '">');		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="178" height="111">');		document.write('<param name="movie" value="/dt/flash/' + image + '.swf"><PARAM NAME=bgcolor VALUE=#ffffff><param name="quality" value="high">');		document.write('<embed src="/dt/flash/' + image + '.swf" quality="high" bgcolor=#ffffff pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="178" height="111"></embed></object>');		document.write('<br><img src="/dt/images/spacer.gif" width=178 height=5 border=0 class=white>');		found=1;	}	if ((subTEAMsiteName == "/ourteam/showmembers") && (found == 2)) {		back="A3D1F2";		document.write('<td width="178" valign=top background="/images/side_ourteam.jpg" bgcolor="' + back + '"><img src="/dt/images/spacer.gif" width=178 height=1 border=0>');	}	if (subTEAMsiteName != "/ourteam/showmembers") {		image="side_generic";		back="235DB1";		back1="235DB1";		if (siteName == "index") 					{}		if (siteName == "whoweare") 				{image="side_whoweare3";		back="ffffff";back1="ffffff";}		if (siteName == "ourportfolio") 			{image="side_ourportfolio4";	back="ffffff";back1="435D8E";}//		if (siteName == "ourteam") 					{image="side_ourteam";			back="A3D1F2";back1="A3D1F2";}		if (siteName == "/news") 					{image="side_news";				back="E09F40";back1="E09F40";}		if (siteName == "contactus") 				{image="side_contactus";		back="FAE653";back1="FAE653";}		document.write('<td width="178" valign=top bgcolor="' + back1 + '">');		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="178" height="391">');		document.write('<param name="movie" value="/dt/flash/' + image + '.swf"><PARAM NAME=bgcolor VALUE=#' + back + '><param name="quality" value="high">');		document.write('<embed src="/dt/flash/' + image + '.swf" quality="high" bgcolor=#' + back + ' pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="178" height="391"></embed></object>');	}}function getRIGHT() { siteName=getPAGEname();subsiteName=getSUBPAGEname();  if (siteName == "index") 					{}if (siteName == "whoweare") 					{oarw1="spacer";oarw2="spacer";oarw3="spacer";if (subsiteName == "companyoverview") 			{oarw1="arrow_orange";}if (subsiteName == "ourstrategy") 				{oarw2="arrow_orange";}if (subsiteName == "entrepreneurs") 			{oarw3="arrow_orange";}document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td></td>');document.write('<td><img src="/dt/images/subnav_hdr_whoweare.gif" border="0"><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr><tr>');document.write('<td width="6" valign="top" style="padding-top:2px;"><img src="/dt/images/'+oarw1+'.gif" width="3" height="6" name="oarrow1"></td>');document.write('<td><a href="/dt/whoweare/companyoverview.shtml" onMouseOver="MM_nbGroup(\'over\',\'oarrow1\',\'/dt/images/arrow_orange.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="/dt/images/subnav_1_1.gif" border="0"></a><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr><tr>');document.write('<td width="6" valign="top" style="padding-top:2px;"><img src="/dt/images/'+oarw2+'.gif" width="3" height="6" name="oarrow2"></td>');document.write('<td><a href="/dt/whoweare/ourstrategy.shtml" onMouseOver="MM_nbGroup(\'over\',\'oarrow2\',\'/dt/images/arrow_orange.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="/dt/images/subnav_1_2.gif" border="0"></a><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr><tr>');document.write('<td width="6" valign="top" style="padding-top:2px;"><img src="/dt/images/'+oarw3+'.gif" width="3" height="6" name="oarrow3"></td>');document.write('<td><a href="/dt/whoweare/entrepreneurs.shtml" onMouseOver="MM_nbGroup(\'over\',\'oarrow3\',\'/dt/images/arrow_orange.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="/dt/images/subnav_1_3.gif" border="0"></a><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr></table>');}if (siteName == "/news") 					{oarw1="spacer";oarw2="spacer";if (subsiteName == "recentnews") 			{oarw1="arrow_orange";}if (subsiteName == "allnews") 				{oarw2="arrow_orange";}document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td></td>');document.write('<td><img src="/dt/images/subnav_hdr_news.gif" border="0"><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr><tr>');document.write('<td width="6" valign="top" style="padding-top:2px;"><img src="/dt/images/'+oarw1+'.gif" width="3" height="6" name="oarrow1"></td>');document.write('<td><a href="/dt/news/recentnews.shtml" onMouseOver="MM_nbGroup(\'over\',\'oarrow1\',\'/dt/images/arrow_orange.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="/dt/images/subnav_4_1.gif" border="0"></a><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr><tr>');document.write('<td width="6" valign="top" style="padding-top:2px;"><img src="/dt/images/'+oarw2+'.gif" width="3" height="6" name="oarrow2"></td>');document.write('<td><a href="/dt/news/allnews.shtml" onMouseOver="MM_nbGroup(\'over\',\'oarrow2\',\'/dt/images/arrow_orange.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="/dt/images/subnav_4_2.gif" border="0"></a><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr></table>');}if (siteName == "contactus") 					{oarw1="spacer";if (subsiteName == "information") 			{oarw1="arrow_orange";}document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td></td>');document.write('<td><img src="/dt/images/subnav_hdr_contactus.gif" border="0"><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr><tr>');document.write('<td width="6" valign="top" style="padding-top:2px;"><img src="/dt/images/'+oarw1+'.gif" width="3" height="6" name="oarrow1"></td>');document.write('<td><a href="/dt/contactus/information.shtml" onMouseOver="MM_nbGroup(\'over\',\'oarrow1\',\'/dt/images/arrow_orange.gif\',\'\',1)" onMouseOut="MM_nbGroup(\'out\')"><img src="/dt/images/subnav_5_1.gif" border="0"></a><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr></table>');}if (siteName == "blog") 					{document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td></td>');document.write('<td><img src="/dt/images/subnav_hdr_blog.gif" border="0"><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr></table>');}if (siteName == "privacypolicy") 					{document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td></td>');document.write('<td><img src="/dt/images/subnav_hdr_privacypolicy.gif" border="0"><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr></table>');}if (siteName == "termsandcondition") 					{document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td></td>');document.write('<td><img src="/dt/images/subnav_hdr_termsandcondition.gif" border="0"><div><img src="/dt/images/spacer.gif" border="0" height="15" width="1"></div></td>');document.write('</tr></table>');}}
