function footer(title){
if(title == "home"){
var foot = "</td>"+
"</tr>"+
"<tr>"+
	"<td><img src=\"images/main_bottom_02.gif\" border=\"0\"></td>"+
"</tr>"+
"</table>"+
"</body>"
}
else{
var foot = "</td>"+
                "</tr>"+
                "</table>"+
                
                "<!--text end -->"+
                "</td>"+
            "</tr>"+
            "</table>"+
            "<!--*********atricles table end********* -->"+
            "</td>"+
        "</tr>"+
        "</table>"+
    "<!--contents table end -->"+
    "</td>"+
"</tr>"+
"<tr>"+
	"<td height=\"17\"></td>"+
"</tr>"+
"<tr>"+
	"<td height=\"149\"><img src=\"images/sub_bottom.gif\" border=\"0\"></td>"+
"</tr>"+
"</table>"+
"</body>"
}

document.write(foot);
}

function footer_treatment(){
var foot = "</td>"+
 " </tr>"+
"</table>"

document.write(foot);
}