function testCSC(nonframes){

// check Cross Frame Spoofing
	if (nonframes) { // TOP
//		if (navigator.userAgent.indexOf("Mac")==-1)
			if (top != self)
				top.location = self.location;
	} else {	// SSC
		try {
			if (top.location.hostname != self.location.hostname) {
			        top.location = "http://www.citibank.cz";
			}
		} catch(e){
		        top.location = "http://www.citibank.cz";
		}
	};
};


function footer(nonframes){
	testCSC(nonframes);
  document.write("<style>.footer { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 7.5pt; }  </style>")
  document.write('<table width="100%" border="0" cellspacing="5" cellpadding="0">');
  document.write('<tr><td colspan="2"><img src="/czech/homepage/images/spacer.gif" width="1" height="10"></td></tr>');
  document.write('<tr><td colspan="2"><img src="/czech/homepage/images/sp_gray.gif" width="100%" height="1"></td></tr>');
  //document.write('<tr><td colspan="2"><img src="/czech/homepage/images/spacer.gif" width="1" height="3"></td></tr>');
  document.write('<tr>');
  document.write('<td valign="top"><img src="/czech/homepage/images/f_cglogo2.gif" width="60" height="19"><br><a href="http://www.citigroup.com" class="footer">Citigroup.com</a></td>');
  document.write('<td align="right" valign="top"><a href="http://www.citigroup.com/citigroup/privacy/index.htm" class="footer">Privacy</a><br><a href="http://www.citibank.com/citibank/dsclaim1.htm" class="footer">Terms, conditions, caveats and small print</a><br><span class="footer">Copyright &copy; 2003 - 2007 Citigroup</span></td></tr>');
  document.write('</table>');
}

function footer1(nonframes){
	testCSC(nonframes);
	document.write(
'<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" background="../images/line1.gif">'+
'<tr><td>&nbsp;'+
'</td></tr></table>'+
'<table BORDER=0 CELLSPACING=1 CELLPADDING=2 WIDTH="100%">'+
'<tr>'+
'<td valign="top">'+
'<table nowrap cellpadding="0" cellspacing="0" width="260"><tr>'+
'<td><font face="Arial,Helvetica" size=1> <A href="http://www.citibank.com" target=_top><IMG align=middle alt="Citibank Logo" border=0 height ="19" src="../images/citigrpl.gif" width="69"><br>citibank.com</A></font></td></tr>'+
'<tr><td></td></tr>'+
'</table>'+
'</td>'+
'<td ALIGN=right VALIGN=top>'+
'<font face="Arial,Helvetica"><font size=-2>'+
'<A href="/czech/homepage/privacy.htm" target="privacy">Privacy Policy Statement</a>'+
'<br><A href="/czech/homepage/warning.htm" target="privacy">Terms &amp; Conditions</A>'+
'<br>Copyright © 2005 Citicorp</font></font></td>'+
'</tr>'+
'</table>'
	);
};

function footer_leasing(nonframes){
	footer(nonframes);
};
function footer_leasing_old(nonframes){
	testCSC(nonframes);
	document.write(
'<table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%" background="../images/line1.gif">'+
'<tr><td>&nbsp;'+
'</td></tr></table>'+
'<table BORDER=0 CELLSPACING=1 CELLPADDING=2 WIDTH="100%">'+
'<tr>'+
'<td valign="top">'+
'<table nowrap cellpadding="0" cellspacing="0" width="260"><tr>'+
'<td><font face="Arial,Helvetica" size=1> <A href="http://www.citibank.com" target=_top><IMG align=middle alt="Citibank Logo" border=0 height ="19" src="../images/f_cilogo.gif" width="61"><br>citibank.com</A></font></td></tr>'+
'<tr><td></td></tr>'+
'</table>'+
'</td>'+
'<td ALIGN=right VALIGN=top>'+
'<font face="Arial,Helvetica"><font size=-2>'+
'<A href="/czech/homepage/privacy.htm" target="privacy">Privacy Policy Statement</a>'+
'<br><A href="/czech/homepage/privacy.htm" target="privacy">Terms &amp; Conditions</A>'+
'<br>Copyright © 2005 Citicorp</font></font></td>'+
'</tr>'+
'</table>'
	);
};


