function newWin3(url) {
	newWin = window.open(url,"NSCS","width=500,height=400,top=0,left=0,menubar=0,toolbar=0,scrollbars=1,status=0,resizable=0,location=0");
	newWin.moveTo(5,5);
	newWin.focus();
}

var footer;

footer = "<table width=\"780\" height=\"42\" border=\"0\" cellspacing=\"0\" cellpadding=\"5\" align=\"center\" background=\"images/BOT.JPG\">";
footer += "<tr><td class=\"bot\"> &nbsp\; &nbsp\; &nbsp\;";
footer += "Designed by <a href=\"http://www.estb.com.sg\" target=\"new\">eSTB Pte Ltd</a>. All Rights Reserved.</td>";
footer += "<td class=\"bot\" align=\"right\"><a href=\"javascript:newWin3(\'terms.htm\')\;\">Terms and Conditions</a> &nbsp\; &nbsp\; &nbsp\;</td>";
footer += "</tr></table>";

document.write(footer);
