function top(path)
{
if (path=="")
{
path="./";
}

document.write("<table width='100%' border=0 cellpadding=0 cellspacing=0><tr><td valign=top><img src='"+path+"images/header.jpg' width=779 height=102  border='0'></td></tr></table>");
}


function left_links(path)
{
if (path=="")
{
path="./";
}
document.write("<TABLE valign='top' align='left' cellpadding='0' cellspacing='0' style='BACKGROUND-REPEAT: no-repeat;background-position: left top;' background='"+path+"images/panel-top.jpg' width='138' border='0'><TR><TD class='data1' style='padding-left:10px;padding-top:30px;' valign='top'><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"index.html' class='data1'>Home</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"about-us/index.html' class='data1'>About Us</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"cultural-camps/index.html' class='data1'>Art Camps</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"art-exhibitions/index.html' class='data1'>Art Exhibitions</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"poetry/index.html' class='data1'>Poetry</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"artists/index.html' class='data1'>Artists</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"art-gallery/index.html' class='data1'>Art Gallery</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"news/index.html' class='data1'>News</a><BR><BR><IMG src='"+path+"images/brush.gif' width=21 height=28 alt='' border='0' align='absmiddle'><a href='"+path+"contact.html' class='data1'>Contact Us</a><BR></TD></TR></TABLE>");
}


function bottom(path)
{
if (path=="")
{
path="./";
}
document.write("<TABLE align='center' width='779' cellpadding='0' cellspacing='0' bgcolor='#FEDECB'><TR><TD align='center' class='data' style='padding:5px;text-align:center;'>&copy; <A href='http://www.dancingbrushes.org' class='data'><B>DancingBrushes.org</B></A><BR>Developed and Maintained By <A href='http://www.concerninfotech.com' class='data' target='_blank'><B>Concern Infotech Pvt. Ltd.</B></A></TD></TR></TABLE>");
}
