
<!--
var pong;

function makeArray(n){
  this.length = n;
  for (i=1;i<=n;i++){
    this[i]=0;
  }
  return this;
}
function displayDate() {
	var this_month = new makeArray(12);
    this_month[0]  = "January";
    this_month[1]  = "February";
    this_month[2]  = "March";
    this_month[3]  = "April";
    this_month[4]  = "May";
    this_month[5]  = "June";
    this_month[6]  = "July";
    this_month[7]  = "August";
    this_month[8]  = "September";
    this_month[9]  = "October";
    this_month[10] = "November";
    this_month[11] = "December";
	var today = new Date();
	var day   = today.getDate();
	var month = today.getMonth();
	var year  = today.getYear();
	if (year < 2000){
		year += 1900;
	}
  return(day+" "+this_month[month]+" "+year);
}
// rev03.29.1999 -- DO NOT MODIFY! -- wyswietlanie daty zgodne z Y2k



function P7_JumpMenu(selObj,restore){ //v1.7 by Project Seven
	var theFullString = selObj.options[selObj.selectedIndex].value;
	if (restore) selObj.selectedIndex=0;
	var theLength = theFullString.length;
	var endPos = theFullString.lastIndexOf("~");
	var theUrl, theTarget, theParent;
	if (endPos > 0) {theUrl = theFullString.substring(0,endPos);}
	else {theUrl = theFullString;}
	endPos++
	if (endPos < theLength) {theTarget = theFullString.substring(endPos,theLength)}
	else {theTarget = "window:Main";}
	if (theTarget == "window:New") {window.open(theUrl);}
	else if (theTarget == "window:Main") {eval("parent.location='"+theUrl+"'");}
	else {eval("parent.frames[\'"+theTarget+"\'].location='"+theUrl+"'");}
}


var Promo;
function promo(ta,fullurl) {var promo_url="javascript:promo()";if (fullurl) promo_url=ta; else if (ta!=null) {promo_url+="#"+ta;}Promo = window.open(promo_url,"Promotion","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=1,width=400,height=400");Promo.location=promo_url;Promo.focus();}

var disclaimer;
function disclaimer(ta,fullurl) {var disclaimer_url="../disclaimer/disclaimer.htm";if (fullurl) disclaimer_url=ta; else if (ta!=null) {disclaimer_url+="#"+ta;}disclaimer = window.open(disclaimer_url,"disclaimer","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=1,width=435,height=220");disclaimer.location=disclaimer_url;disclaimer.focus();}

function onPictureRollover1A13953Over() {}
function onPictureRollover1A13953Out() {}
function onPictureRollover2A16753Over() {}
function onPictureRollover2A16753Out() {}
function onPictureRollover3A19953Over() {}
function onPictureRollover3A19953Out() {}
function onPictureRollover4A23053Over() {}
function onPictureRollover4A23053Out() {}
function onPictureRollover5A26153Over() {}
function onPictureRollover5A26153Out() {}


//-->

