                function drawlink (bgcol,linkname,linkurl,level)
                {
                var w="7px";
                txtcol="tophead";
                arrow="plus.gif";

                if (bgcol=="#FBBA58")
                {
                        txtcol="lhs_white";
                        arrow='minusn.gif';
                }
                if (level==2)
                {
                arrow="dot.gif";
                w="25px";
                }
                document.write('<TR bgcolor='+bgcol+'>');
                        document.write('<TD width="10px" bgcolor="'+bgcol+'"></TD>');
                        document.write('<TD width="100%">');
                                document.write('<table cellpadding="0" cellspacing="0" width="100%" border="0" valign="top" height="20">');
                                        document.write('<TR>');
                                                document.write('<TD width="'+w+'" height="7px" bgcolor="'+bgcol+'" class="bodytext"><IMG SRC="./Images/'+arrow+'" Border="0" width="7px" height="7px" align=right></TD>');
                                                document.write('<TD height="15px" bgcolor="'+bgcol+'" class="bodytext">&nbsp;<A HREF="'+linkurl+'" class="'+txtcol+'">'+linkname+'</TD>');
                                        document.write('</TR>');
                                document.write('</TABLE>');
                        document.write('</TD>');
                document.write('</TR>');

                document.write('<TR>');
                                document.write('<TD class="bodytext" WIDTH="100%" colspan="2" valign="top" align="center" background="./images/dots_line.gif"></TD>');
                document.write('</TR>');

                }


document.write('<table cellpadding="2" cellspacing="0" width="100%" border="0" valign="top" style="border:solid 1 #EEEEEE">');

                document.write('<TR>');
                        document.write('<TD colspan="2" height="20px" bgcolor="#A41D2A" class="bodytext">&nbsp;<IMG SRC="./Images/minus.gif" Border="0">&nbsp;<A HREF="personal.html" class="lhs_white">Personal Banking</A></TD>');
                document.write('</TR>');

                bgcol="#FFFFFF";
                drawlink(bgcol,"<FONT COLOR=#A41D2A FACE=Arial>Hi</font><font color=#EFA50F FACE=Arial>SAVE</font> Accounts","http://www.hisave.co.uk",1);
				drawlink(bgcol,"Branch Banking","#",1);
				 
				 document.write('<TD colspan="2" height="20px" bgcolor="#FFFFFF" class="bodytext">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="./Images/plus.gif" Border="0">&nbsp;<A HREF="current_account.html" class="tophead">Current Account</A></TD>');
                document.write('</TR>');
				 document.write('<TD colspan="2" height="20px" bgcolor="#FFFFFF" class="bodytext">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="./Images/plus.gif" Border="0">&nbsp;<A HREF="savings.html" class="tophead">Savings</A></TD>');
                document.write('</TR>');
				document.write('<TD colspan="2" height="20px" bgcolor="#FFFFFF" class="bodytext">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="./Images/plus.gif" Border="0">&nbsp;<A HREF="credit_cards.html" class="tophead">Credit Cards</A></TD>');
                document.write('</TR>');
				document.write('<TD colspan="2" height="20px" bgcolor="#FFFFFF" class="bodytext">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="./Images/plus.gif" Border="0">&nbsp;<A HREF="nri_services.html" class="tophead">NRI Services</A></TD>');
                document.write('</TR>');
				
			/*	drawlink(bgcol,"&nbsp;Current Account", "current_account.html",1);
				drawlink(bgcol,"&nbsp;Savings", "savings.html",1);
				drawlink(bgcol,"&nbsp;Credit Cards", "credit_cards.html",1);
				drawlink(bgcol,"&nbsp;NRI Services", "nri_services.html",1);
			*/
                
				drawlink(bgcol,"Money Transfers to India", "money_transfers.html",1);
               /* drawlink(bgcol,"Health Insurance","insuring_health_insuring.html",1);*/
                drawlink(bgcol,"Text Banking", "text_message_banking.html",1);


                document.write('<TR>');
                        document.write('<TD colspan="2" height="20px" bgcolor="#A41D2A" class="bodytext">&nbsp;<IMG SRC="./Images/minus.gif" Border="0">&nbsp;<A HREF="corporate.html" class="lhs_white">Corporate & Investment Banking</A></TD>');
                document.write('</TR>');

                drawlink(bgcol,"Corporate Banking", "corporate_banking.html",1);
                drawlink(bgcol,"Investment Banking", "investment_banking.html",1);
                drawlink(bgcol,"Global Market Group", "global_market.html",1);
                drawlink(bgcol,"Products and Services", "productsandservices.html",1);


                document.write('<TR>');
                        document.write('<TD width="10px"colspan="2" bgcolor="#FFFFFF"></TD>');
                document.write(' </TR>');
document.write('</table>');




