var dDate =new Date()
var year = dDate.getYear()
if (year < 1000)
   year += 1900

function terms(desktopURL)
{
  var desktop = window.open( desktopURL, "_blank", "toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,width=616,height=570,top=50,left=50,resizable=no" );
window.close;
}
   
document.write("<table>")
document.write("<tr>")
document.write("<td width=100% align=center><span class=footer>Copyright "+ year+" Underwater World Singapore Pte Ltd. All Rights Reserved. Designed by Media Labs Innovation Pte Ltd | <a href=Javascript:terms('../terms.htm') class=footer>Terms & Conditions<a/></span></td>")
document.write("</tr>")
document.write("</table>")

/*document.write("<table>")
document.write("<tr>")
document.write("<td width=100% align=center><span class=footer>Copyright "+ year+" Underwater World Singapore Pte Ltd. All Rights Reserved. Designed by Media Labs Innovation Pte Ltd.</span></td>")
document.write("</tr>")
document.write("</table>")*/