ns4 = (document.layers)? true:false
ie4 = (document.all)? true:false


function openPrivacy ()
{
 var wndHeight = 300;
 var wndWidth = 400;
 var X = 0;
 var Y = 0;
 if (screen.availWidth) {
  X = (screen.availWidth / 2) - (wndWidth / 2);
  Y = (screen.availHeight / 2) - (wndHeight / 2);
 }
 window.open('privacy.html','x_window','width=555,height=450,scrollbars=yes,left=' + X + ',screenX=' + X + ',top=' + Y + ',screenY=' + Y)
}

function openTerms ()
{
 var wndHeight = 300;
 var wndWidth = 400;
 var X = 0;
 var Y = 0;
 if (screen.availWidth) {
  X = (screen.availWidth / 2) - (wndWidth / 2);
  Y = (screen.availHeight / 2) - (wndHeight / 2);
 }
 window.open('terms.html','x_window','width=555,height=450,scrollbars=yes,left=' + X + ',screenX=' + X + ',top=' + Y + ',screenY=' + Y)
}
// BEGINNING OF FOOTER TABLE
document.writeln('<table width="700" border="0" cellpadding="0" cellspacing="0">')

// ADD A BIT OF SPACE
document.writeln('<tr><td valign="top" colspan="2"><img src="images/clear.gif" width="1" height="18" border="0"></td></tr>')

// FOX BUG
document.writeln('<tr valign="top"><td width="64" class="general"><a href="http://www.foxfilm.de" target="new"><img src="images/fox_logo.gif" width="54" height="46" border="0" hspace="5"></a></td>')

// TM BLURB
document.writeln('<td valign="top" width="100%" class="general">TM and &copy; 2000/2001 Fox and its related entities. All rights reserved.The materials on this web site are not to be sold, traded, or given away. Any copying, manipulations, publishing, or other transfer ot this material is strictly prohibited, except as otherwise provided in the <a href="#" onClick="openTerms()">Terms and Conditions of Use</a> / <a href="#" onClick="openPrivacy()">Privacy Policy</a><br></td></tr>')

// ADD A BIT OF SPACE
document.writeln('<tr><td valign="top" colspan="2"><img src="images/clear.gif" width="1" height="13" border="0"></td></tr>')

// END OF TABLE
document.writeln('</table>')
