


function memorizza(curobj){
parola=curobj.query.value
}


function testata(testo1,testo2,testo3) {
document.write("<table border='0' width='100%'><tr><td width='80%' style='vertical-align: top;'>");
document.write("<img style='width: 196px; height: 98px;' alt='logo' src='general_files/newLogo1.jpg'>");
document.write(" <a href='general_files/tangram.JPG' target='_blank'><img style='border: 0px; width: 93px; height: 98px;' alt='tangram cut & play' src='general_files/setTangram.JPG'></a>");
document.write(" <a href='general_files/trapeze.JPG' target='_blank'><img style='border: 0px; width: 93px; height: 98px;' alt='trapeze cut & play' src='general_files/setTrapeze.JPG'></a>");
document.write(" <a href='general_files/pythagoras.JPG' target='_blank'><img style='border: 0px; width: 93px; height: 98px;' alt='pythagoras cut & play' src='general_files/setPythagoras.JPG'></a>");
document.write(" <a href='general_files/number5.JPG' target='_blank'><img style='border: 0px; width: 93px; height: 98px;' alt='number 5 cut & play' src='general_files/setNumber5.JPG'></a>");
document.write(" <a href='tangmath/BillionPatterns.htm' target='_blank'><img style='border: 0px; width: 93px; height: 98px;' alt='GeoCities closed - Ten Millions site moved' src='general_files/closed2.jpg'></a>");
document.write(" <a href='progetto.html' target='_blank'><img style='border: 0px; width: 93px; height: 98px;' alt='1 Billion Silhouettes Project' src='general_files/prova logo1.GIF'></a></td>");
document.write("<td width='20%'  style='vertical-align: top; text-align: right;'>");
document.write("<FORM ACTION='http://search.freefind.com/find.html' METHOD='GET' accept-charset='utf-8' target='_blank' onmousemove='memorizza(this)'><FONT size=1 face='arial,helvetica' ><INPUT TYPE='HIDDEN' NAME='id' VALUE='8071701'><INPUT TYPE='HIDDEN' NAME='pageid' VALUE='r'><INPUT TYPE='HIDDEN' NAME='mode' VALUE='ALL'><INPUT type='HIDDEN' name='n' value='0'><INPUT TYPE='HIDDEN' NAME='_charset_' VALUE=''><INPUT TYPE='HIDDEN' NAME='bcd' VALUE='&#247;'><INPUT TYPE='TEXT' NAME='query' SIZE='7'><small> <INPUT TYPE='SUBMIT' VALUE="+testo1+"><br></small>powered by <A HREF='http://www.freefind.com'>FreeFind</A></font></FORM><br>");
document.write("<p class='search' style='text-align: right;'>");
document.write("<label style='text-decoration: underline; color: rgb(51, 51, 255);' onclick=AddItem1(parola)>"+testo2+"</label></p>");
document.write("<p style='txt-align: left;'>"+testo3+": ");
document.write("<label onclick=sceglilingua('ita') style='text-decoration:underline; '>ita</label> ");
document.write("<label onclick=sceglilingua('eng') style='text-decoration:underline; '>eng</label>");
document.write("</p></form></td></tr></table>")
}



function testataPlay(Tipo,testo) {
document.write("<table border='0' width='100%'><tr><td width='295px' style='vertical-align: top;'>");
document.write("<img style='border: 0px; width: 196px; height: 98px;' alt='logo' src='general_files/newLogo1.jpg'>");
document.write(" <img style='width: 93px; height: 98px;' alt="+Tipo+" src='general_files/set"+Tipo+".JPG'></td>");
document.write("<td  style='vertical-align: top; text-align: left; ");
document.write("vertical-align: top; font-family: Arial; background-color: rgb(255, 255, 255); ");
document.write("font-weight: bold; font-size: 12px; '><big>"+Tipo);
document.write("</big><br>"+testo);
document.write("</td></tr></table>");
}