<!-- Begin
function popUp(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=625,height=430,left = 100,top = 80');");
}
// End -->

var dt=new Date();
currentyear=dt.getFullYear()

document.write("<table width=779 border=0 align=center cellpadding=0 cellspacing=0>")
document.write("<tr> ")
document.write("<td width=779 height=25 align=center background=images/footer_bg.jpg><table width=750 border=0 cellspacing=0 cellpadding=0>")
document.write("<tr>")
document.write("<td>Copyright &copy; "+ currentyear +". Samudera Indonesia Group. All rights reserved. | <a href=javascript:popUp('terms.htm')><font color=#333333>Terms and Condition.</font></a></td>")
document.write("</tr>")
document.write("</table></td>")
document.write("</tr>")
document.write("</table>")