function legal(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=420,height=339,left = 100,top = 80');");
}

var dDate =new Date()
var year = dDate.getYear()
if (year < 1000)
   year += 1900

document.write("<table width=100% border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td height=2 bgcolor=#FFFFFF></td>")
document.write("</tr>")
document.write("<tr>") 
document.write("<td><img src=images/footerslant.jpg width=780 height=11></td>")
document.write("</tr>")
document.write("<tr>") 
document.write("<td height=45 bgcolor=#FFFFFF><div align=center class=footertxt>")
document.write("<table width=100% border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td width=7%><div align=center class=footertxt><font color=#999999>+</font></div></td>")
document.write("<td width=3% class=footertxt><font color=#999999>+</font></td>")
document.write("<td width=80% class=footertxt><div align=center><font color=555555>Copyright ")
document.write(""+ year+" Elid Technology International Pte Ltd, All Rights Reserved. ")
document.write("Designed by <a href=http://www.medialabs.com.sg class=footerlink>Media ")
document.write("Labs Innovation Pte Ltd</a>.</font></div></td>")
document.write("<td width=3% class=footertxt><font color=#999999>+</font></td>")
document.write("<td width=7% class=footertxt><div align=center><font color=#999999>+</font></div></td>")
document.write("</tr>")
document.write("</table>")
document.write("</div></td>")
document.write("</tr>")
document.write("</table>")
