function SetTop(srcPath)
{
var str="";
str+="<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center>";
str+="<TR><TD><IMG SRC='images/isaca_01.jpg' WIDTH=780 HEIGHT=16></TD></TR>";
str+="<TR><TD><IMG SRC='images/isaca_02.jpg' WIDTH=780 HEIGHT=76></TD></TR>";
str+="<TR><TD><IMG SRC='images/isaca_03.jpg' WIDTH=780 HEIGHT=21 usemap='#isaca_03_Map' border=0></TD></TR>";
str+="</TABLE>";
str+="<MAP NAME='isaca_03_Map'>";
str+="<AREA SHAPE='rect' COORDS='697,2,768,21' HREF='contact.html'>";
str+="<AREA SHAPE='rect' COORDS='606,2,686,21' HREF='links.html'>";
str+="<AREA SHAPE='rect' COORDS='547,2,597,21' HREF='cobit.html'>";
str+="<AREA SHAPE='rect' COORDS='472,2,540,21' HREF='activities.html'>";
str+="<AREA SHAPE='rect' COORDS='381,2,459,21' HREF='membership.html'>";
str+="<AREA SHAPE='rect' COORDS='285,2,371,21' HREF='certifications.html'>";
str+="<AREA SHAPE='rect' COORDS='191,2,272,21' HREF='about.html'>";
str+="<AREA SHAPE='rect' COORDS='63,2,179,21' HREF='coimbatore.html'>";
str+="<AREA SHAPE='rect' COORDS='7,2,52,21' HREF='index.html'>";
str+="</MAP>";
document.write(str);
}

function Bottomlink(srcPath)
{
var str="";
str+="<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center>";
str+="<TR><TD bgcolor='#C2C2C2' height=18 width=1><img src='home/spacer.gif' width=1></TD>";
str+="<TD valign=top width=778>";							
str+="<TABLE WIDTH=778 BORDER=0 CELLPADDING=0 CELLSPACING=0 align=center>";
str+="<TR><TD valign=top width=778 height=20 bgcolor='#EBEBEB'><img src='home/spacer.gif' width=1></TD></TR>";
str+="<TR><TD valign=top width=778><img src='images/bluebar_07.gif' width=778 height=11></TD></TR>";
str+="<TR><TD valign=middle width=778 height=20 bgcolor='#ffffff'>";
str+="<TABLE WIDTH=778 BORDER=0 CELLPADDING=0 CELLSPACING=0 valign=middle><TR>";
str+="<td valign=middle  width=5><img src='home/spacer.gif' width=10></td> ";
str+="<td valign=middle width=40 ><a href='index.html' class='txt'>Home</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=115 align=center><a href='coimbatore.html' class='txt'>Coimbatore Chapter</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=85 align=center><a href='about.html' class='txt'>About ISACA</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=80 align=center><a href='certifications.html' class='txt'>Certifications</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=80 align=center><a href='membership.html' class='txt'>Membership</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=60 align=center><a href='activities.html' class='txt'>Activities</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=50 align=center><a href='cobit.html' class='txt'>COBIT</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=75 align=center><a href='links.html' class='txt'>Useful Links</a></td> ";
str+="<td valign=middle width=4 align=center><img src='images/yellowbar.gif' width=2 height=14>  </td>";
str+="<td valign=middle width=156> &nbsp; <a href='contact.html' class='txt'>Contact Us</a></td> ";											
str+="</tR></table></td></TR>";
str+="<TR><TD valign=middle width=778 height=20 bgcolor='#EBEBEB'>";
str+="<TABLE WIDTH=778 BORDER=0 CELLPADDING=0 CELLSPACING=0 valign=middle>";
str+="<TR><td width=478><img src='home/spacer.gif' width=10>Information Systems Audit and Control Association - <b>Coimbatore Chapter</b></TD><td width=300 align='right'>Copyright © 2004&nbsp;&nbsp;<img src='home/spacer.gif' width=5></td></tR>";
str+="</table></td></TR>";
str+="<TR><TD width=778 height=18 align=center valign=middle>";
str+="<font face=arial size=1 color=gray>Web solutions by: <a href='http://www.advanceecomsolutions.com' target=aes style='text-decoration:none;'>Advance ecom solutions.</a> </font>";
str+="<img src='home/spacer.gif' width=1></TD></TR></table>";
str+="</TD><TD bgcolor='#C2C2C2' height=1 width=1><img src='home/spacer.gif' width=1></TD></TR>";
str+="<TR><TD  bgcolor='#C2C2C2' height=1 width=780 colspan=3><img src='home/spacer.gif' width=1 height=1></TD></TR></table>";
document.write(str);
}


