var njocs=39;

tjoc=new Array(njocs);
tjoc[1]='Fighting Games';
tjoc[2]='Adventure Games';
tjoc[3]='Classic Games';
tjoc[4]='Shooting Games';
tjoc[5]='Moto-bikes and Quads';
tjoc[6]='Sport and Competition';
tjoc[7]='Dress up Games';
tjoc[8]='Puzzles and Sudokus';
tjoc[9]='Driving and Racing';
tjoc[10]='Skills Games';
tjoc[11]='Typing Games';
tjoc[12]='Cooking games';
tjoc[13]='Coloring Games';
tjoc[14]='Bratz Games';
tjoc[15]='Care Games';
tjoc[16]='Super Heroes Games';
tjoc[17]='Mario and Sonic';
tjoc[18]='Barbie Games';
tjoc[19]='Ben 10 Games';
tjoc[20]='Cake Games';
tjoc[21]='Cartoon Games';
tjoc[22]='Disney Games';
tjoc[23]='Celebrity Games';
tjoc[24]='Soccer Games';
tjoc[25]='Hannah Montana Games';
tjoc[26]='Halloween Games';
tjoc[27]='Kissing Games';
tjoc[28]='Make up Games';
tjoc[29]='Makeover Games';
tjoc[30]='Multiplayer Games';
tjoc[31]='Christmas Games';
tjoc[32]='Winter Games';
tjoc[33]='Wedding Games';
tjoc[34]='Hair Games';
tjoc[35]='Pizza Games';
tjoc[36]='Princess Games';
tjoc[37]='Sponge Bob Games';
tjoc[38]='Sue Girls Games';
tjoc[39]='Nail Games';

joc=new Array(njocs); 
joc[1]='Fighting';
joc[2]='Adventures';
joc[3]='Classic';
joc[4]='Shooting';
joc[5]='Moto-bikes';
joc[6]='Sports';
joc[7]='Dress up';
joc[8]='Puzzles';
joc[9]='Cars';
joc[10]='Skills';
joc[11]='Typing';
joc[12]='Cooking';
joc[13]='Coloring';
joc[14]='Bratz';
joc[15]='Caring';
joc[16]='Super Heroes';
joc[17]='Mario and Sonic';
joc[18]='Barbie';
joc[19]='Ben 10';
joc[20]='Cakes';
joc[21]='Cartoons';
joc[22]='Disney';
joc[23]='Celebrities';
joc[24]='Soccer';
joc[25]='Hannah Montana';
joc[26]='Halloween';
joc[27]='Kissing';
joc[28]='Make up';
joc[29]='Makeover';
joc[30]='Multiplayer';
joc[31]='Christmas';
joc[32]='Winter';
joc[33]='Wedding';
joc[34]='Hair';
joc[35]='Pizzas';
joc[36]='Princess';
joc[37]='Sponge Bob';
joc[38]='Sue Girls';
joc[39]='Nails';

cjoc=new Array(njocs);// categories 
cjoc[1]='am';
cjoc[2]='av';
cjoc[3]='cl';
cjoc[4]='pu';
cjoc[5]='mb';
cjoc[6]='sp';
cjoc[7]='vm';
cjoc[8]='zz';
cjoc[9]='mc';
cjoc[10]='ha';
cjoc[11]='me';
cjoc[12]='cu';
cjoc[13]='co';
cjoc[14]='br';
cjoc[15]='cd';
cjoc[16]='su';
cjoc[17]='ms';
cjoc[18]='ba';
cjoc[19]='bt';
cjoc[20]='ck';
cjoc[21]='da';
cjoc[22]='di';
cjoc[23]='fa';
cjoc[24]='fu';
cjoc[25]='hm';
cjoc[26]='hw';
cjoc[27]='ki';
cjoc[28]='mk';
cjoc[29]='mo';
cjoc[30]='mp';
cjoc[31]='na';
cjoc[32]='nd';
cjoc[33]='no';
cjoc[34]='pe';
cjoc[35]='pi';
cjoc[36]='pr';
cjoc[37]='sb';
cjoc[38]='se';
cjoc[39]='un';

function LlistaJocs() {
	document.write('<option value="">Select</option>');
	for (i=1; i<=njocs; i++){	 
		document.write('<option value="'+i+'">'+tjoc[i]+'</option>');
	}	
}

function panell() {
	var n;
	document.write('<table summary="" class="f11">');
	
	for (i=1; i<=2; i++){
		document.write('<tr>');
		for (j=1; j<=4; j++){
			n = j+4*i-4;
			document.write('<td><a href="http://www.interdidactica.info/?game=' + cjoc[n] + '" ');
			document.write('target="_blank" style="text-decoration:none;"><img alt="' + tjoc[n] + '" ');
			document.write('src="http://personal.telefonica.terra.es/web/interdidactica/games2/' + cjoc[n] + '.jpg"');
			document.write('height="60" width="80" /><br />' + joc[n] + '</span></a>');
			document.write('</td>');
		}
		document.write('</tr>');
	} 
	document.write('</table>');
}

function jugar() {
 	var nJoc = document.Games.selJoc.value;
	if (nJoc!=""){ 
		 top.location="http://www.interdidactica.info/?game="+cjoc[nJoc];
	}
}

function BarraEstat() {
	txt ='interDidactica.com: Free games.';
	window.status = txt;
}

function clic(){
 if (event.button==2)
  alert("interDidactica.com: Free games.");
}

function adid(){
	var n_ads = 2;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % n_ads;
	var urlban="http://personal.telefonica.terra.es/web/interdidactica/en/";

	ad +=1;
	if (ad==1) {banner="bd_88x31_mg.gif";}
	else if (ad==2) {banner="bd_88x31_jxEN.gif";}

	document.write('<a href="http://www.interdidactica.com/?lan=en" target="_blank">');
	document.write('<img src="' + urlban + banner + '" width=88 height=31');
	document.write('alt="interDidactica.com: Education and Entertainment."');
	document.write(' border=0></a>');
}

if (top==self){self.location.href = "http://www.interdidactica.info";}

BarraEstat;
document.onselectstart=new Function ('return false');
document.onmousedown=clic;
document.onmouseover=BarraEstat;
document.onmousemove=BarraEstat;
