// JavaScript Document
function logo()
{
var str="";
str+="<table cellpadding=0 cellspacing=0 border=0><tr>";
str+="<td valign=top><IMG SRC='images/logo_caption.jpg' WIDTH=780 HEIGHT=64></td>";
str+="</tr></table>";
document.write(str);
}
function logo1()
{
var str="";
str+="<table cellpadding=0 cellspacing=0 border=0 align=center><tr>";
str+="<td valign=top><IMG SRC='images/logo_caption.jpg' WIDTH=760 HEIGHT=64></td>";
str+="</tr></table>";
document.write(str);
}
function tlink()
{
var str="";
str+="<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0 align='center'>";
str+="<TR><td valign='top' background='images/grayline.gif' width='780' height='1'><img src='images/grayline.jpg' width='780' height='1'></td></tr>";
str+="<TR><td valign='top'>";
str+="<TABLE WIDTH=780 BORDER=0 CELLPADDING=0 CELLSPACING=0 align='center'>";
str+="<TR><TD valign='middle' align='center' class='tdgray'><a href='index.html' class='gry'>Home</a> &nbsp; &nbsp; | &nbsp; &nbsp;  <a href='about.html' class='gry'>About Us</a> &nbsp; &nbsp; | &nbsp; &nbsp;  <a href='services.html' class='gry'>Services</a> &nbsp; &nbsp; | &nbsp; &nbsp;  <a href='clients.html' class='gry'>Clients</a> &nbsp; &nbsp; | &nbsp; &nbsp;  <a href='sara_elgi.html' class='gry'>Completed Projects</a> &nbsp; &nbsp; | &nbsp; &nbsp;  <a href='ongoing_project.html' class='gry'>Ongoing Projects</a> &nbsp; &nbsp; | &nbsp; &nbsp;  <a href='contact.html' class='gry'>Contact Us</a></TD></TR>";								
str+="</TABLE>";					
str+="</td></tr></table>";
document.write(str);
}


function sidemenu()
{
var str="";
str+="<TABLE WIDTH=141 BORDER=0 CELLPADDING=0 CELLSPACING=0>";
str+="<TR><td valign='top'> <IMG SRC='images/sidemenu.jpg' WIDTH=141 HEIGHT=253 usemap='#sidemenu' border=0></td></tr>";
str+="<TR><td valign='top' background='images/sivaconstructions_09.jpg' WIDTH=141 HEIGHT=106 onMouseover='hideall();'><IMG SRC='images/sivaconstructions_09.jpg' WIDTH=141 HEIGHT=106></td></tr>";
str+="</table>";
str+="<map name='sidemenu'>";
str+="<area shape=rect coords='90,70,135,90' href='index.html' onMouseover='hideall();'>";
str+="<area shape=rect coords='70,93,135,110' href='about.html' onMouseover='hideall();'>";
str+="<area shape=rect coords='70,115,135,132' href='services.html' onMouseover='hideall();'>";
str+="<area shape=rect coords='85,137,135,153' href='clients.html' onMouseover='hideall();'>";
str+="<area shape=rect coords='17,161,125,176' href='sara_elgi.html' onMouseover='hideall();menu(0);'>";
str+="<area shape=rect coords='30,187,124,203' href='ongoing_project.html' onMouseover='hideall();'>";
str+="<area shape=rect coords='58,215,134,234' href='contact.html' onMouseover='hideall();'>";
document.write(str);
}