
function FillMenu()
{
var i = 0;
var m, l;
for(i=0;i<stripCount;i++)
{mnu$[i] = new Array();}
for(i=0;i<stripCount;i++)
{lnk$[i] = new Array();}	
		
//mnuCount[6] = 2;
//m = mnu$[6]; l = lnk$[6];
//m[0] = "History of the guitar"; l[0] = 1;
//m[1] = " J.V. Atanasoff: The Father of Computers"; l[1] = 1;
	
mnuCount[0]=3;
m=mnu$[0];l=lnk$[0];
m[0]="History of Informatics";l[0]="408.aspx";
m[1]="The orientation of ancient Greeks";l[1]="177.aspx";
m[2]="Mp3, an audio compression format";l[2]="68.aspx";
mnuCount[1]=10;
m=mnu$[1];l=lnk$[1];
m[0]="The story of a bulb";l[0]="415.aspx";
m[1]="Following Galileo' footsteps";l[1]="390.aspx";
m[2]="Medicine in ancient Egypt";l[2]="365.aspx";
m[3]="The evolution of the atomic model";l[3]="354.aspx";
m[4]="Ulysse's vojages";l[4]="332.aspx";
m[5]="The life of Leonardo Da Vinci";l[5]="330.aspx";
m[6]="The Life and Work of Ernest Walton";l[6]="313.aspx";
m[7]="Intelligence and Intelligent";l[7]="300.aspx";
m[8]="Medicine in ancient Greece";l[8]="265.aspx";
m[9]="The invention of the copy machine";l[9]="259.aspx";
mnuCount[2]=8;
m=mnu$[2];l=lnk$[2];
m[0]="Alchemy";l[0]="322.aspx";
m[1]="Romanticism";l[1]="272.aspx";
m[2]="Chemistry is colour";l[2]="168.aspx";
m[3]="Antimony";l[3]="157.aspx";
m[4]="From Alchemy to Chemistry";l[4]="81.aspx";
m[5]="Chemistry in the History of Mankind";l[5]="46.aspx";
m[6]="The history of penicillin";l[6]="27.aspx";
m[7]="Useful links (reviews)";l[7]="5.aspx";
mnuCount[3]=5;
m=mnu$[3];l=lnk$[3];
m[0]="Black Holes";l[0]="380.aspx";
m[1]="Eclipse: A mystery in the ancient times";l[1]="370.aspx";
m[2]="The secret of darkness";l[2]="246.aspx";
m[3]="Pluto and Charon, border of the Solar System. Or not?";l[3]="73.aspx";
m[4]="Useful links (reviews)";l[4]="17.aspx";
mnuCount[4]=10;
m=mnu$[4];l=lnk$[4];
m[0]="Genetic Disorders";l[0]="339.aspx";
m[1]="Human Evolution";l[1]="298.aspx";
m[2]="Microbes Increased Resistance In Antibiotics";l[2]="297.aspx";
m[3]="Cloning";l[3]="284.aspx";
m[4]="Jenner";l[4]="234.aspx";
m[5]="Obesity in society and in the past";l[5]="206.aspx";
m[6]="The Spanish Flu";l[6]="199.aspx";
m[7]="The cell";l[7]="189.aspx";
m[8]="The origins of mitochondria";l[8]="132.aspx";
m[9]="Genetics and life";l[9]="95.aspx";
mnuCount[5]=8;
m=mnu$[5];l=lnk$[5];
m[0]="Summer EPM Call";l[0]="296.aspx";
m[1]="EPM 2008, Voting contest";l[1]="271.aspx";
m[2]="Urgent request";l[2]="187.aspx";
m[3]="Submit new articles";l[3]="186.aspx";
m[4]="EPM 2005, 3rd issue voting";l[4]="123.aspx";
m[5]="Photo's annual meeting";l[5]="other/meeting_dec2005_1/default.aspx";
m[6]="Renewed website";l[6]="8.aspx";
m[7]="Annual Meeting";l[7]="3.aspx";
mnuCount[6]=6;
m=mnu$[6];l=lnk$[6];
m[0]="Links";l[0]="321.aspx";
m[1]="History of philosophy";l[1]="137.aspx";
m[2]="Microprocessors";l[2]="89.aspx";
m[3]="The meta search engines, an extraordinary resource";l[3]="22.aspx";
m[4]="How to prevent RSI";l[4]="20.aspx";
m[5]="Submission forms";l[5]="9.aspx";

}

function FillHeadlines()
{
var m, l;
//hlnCount = 4;
//hln$[0] = "Item 1"; hlnLnk$[0] = "1.aspx";
hln$[1] = "Item 2"; hlnLnk$[1] = "2.aspx";

hlnCount=6;
m=hln$;l=hlnLnk$;
m[0]="Alchemy";l[0]="322.aspx";
m[1]="Ernest Walton";l[1]="313.aspx";
m[2]="Intelligence and Intelligent";l[2]="300.aspx";
m[3]="Medicine in ancient Gr...";l[3]="265.aspx";
m[4]="Romanticism";l[4]="272.aspx";
m[5]="Submission forms 2008";l[5]="9.aspx";

}