
function openWin() {
window.open("#","popWin","status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,scrollbars=yes,left=0,top=0,width=568, height=500");
}

function disclaimer() {
window.open("riskpage.html","popWin","status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,scrollbars=yes,left=0,top=0,width=400, height=550");
}

current_date = new Date();
current_year = current_date.getYear();
if (current_year < 1000)
current_year+=1900;

function sslWin() {
window.open("loginsec.html","sslWin","status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,scrollbars=yes,left=50,top=50,width=500, height=250");
}

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

function trim(s) {
  			while (s.substring(0,1) == ' ') {
    			s = s.substring(1,s.length);
  			}
  			while (s.substring(s.length-1,s.length) == ' ') {
    			s = s.substring(0,s.length-1);
  			}
  			return s;
			}

function openNewsletter() {
var strURL = "#=" + trim(document.newsletter_form.email.value);
window.open(strURL,"newsletter","status=yes,toolbar=no,directories=no,menubar=yes,location=yes,resizable=yes,scrollbars=yes,left=50,top=50,width=740,height=500");
}

function writeFooterIndex()
{
	document.write('<div align="center"><table width="910" border="0" align="center" cellpadding="0" cellspacing="0"><tr><td height="8" background="images/bottomline.gif"></td></tr><tr><td><div align="center" class="font17"><a href="#" target="_blank">关于我们</a> | <a href="#" target="_blank">常见问题</a> | <a href="#">客户协议</A> | <a href="#" target="_blank">隐私保护</a> | <a href="#" target="_blank">风险警告</a> | <a href="#" target="_blank">联系我们</a> | <a href="#" target="_blank">网站地图</a><br></tr><tr><td>&nbsp;</td></tr><tr><td><div align="center"> <span class="fontgraybottom">Copyright 2006 - 2010 易汇国际－Easy-Forex 黄金外汇交易,全球领先外汇交易平<br></span><br></div></td></tr><tr><td>&nbsp;</td></tr></table></tr></table></div>');
}

function writeFooter()
{
	
}

function openvideo() {
window.open("../njtc-video.html","vidWin","status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=yes,scrollbars=yes,left=100,top=100,width=424, height=355");
}

function openHoliday() {
window.open("holiday.html","holiday","status=no,toolbar=no,directories=no,menubar=no,location=no,resizable=no,scrollbars=no,left=50,top=50,width=583, height=720");
}