function FooterFill()
{

 document.write("<div align=center >");
 document.write("<font color=white size=2 face='Arial, Helvetica, sans-serif'>");

 document.write(" <p>  &copy; 2008 - All rights reserved by www.vat.ir &nbsp;&nbsp;&nbsp");
 document.write("</font>");
 /* document.write("<a class='link' href='http://www.dpi.net.ir' target='_blank'> DPI. Co. </a>");*/


 document.write("</p></div>"); 



}


