function changePage(p1, p2, sp1, sp2) {
  // sub and tertiary level navigation
  eval(p1+".location='"+sp1+".html#early'");
  
  // page content
  eval(p2+".location='"+sp2+".html'");
}

function openCBJ() {
	cbjwin = window.open('cbj.html','','height=240, width=600,scrollbars=no,resizeable=no');
	cbjwin.focus();
}

function ausMerc()
{
	auswin = window.open('https://secure.giga-sj-001.net/eps/ausmerchant/dfe/credit.html','ausMerc','height=500,width=650,status=yes');
	auswin.focus();
}