/**
 * This function returns the today's date
 */
function todays_date(x1,y1,x2,y2) {
	var d=new Date();			// get today's date and time
	document.write('<area shape="rect" coords="'+x1+','+y1+','+x2+','+y2+'" href="index.html" alt="Mai dátum és idő: '+d.toLocaleString()+'">');	// insert it into the document
}
function makeArray(num1, numN, count, base, ext, arr) {
  var n=num1, p="0000000000", s
  for(i=0;i<=numN-num1;i++,n++)
  {
    s=p+n.toString()
    arr[i]=[base+s.substr(s.length-count)+'.'+ext, "", "", "", ""]
    //document.write('<p>'+arr[i]+'</p>')
  }
}
/**
 * This function returns the actual arrow
  */
function arrow(x,y,b,p) {
	document.write('<img src="'+p+'pictures/ikonok/arrows/arrow_brightgreen.wmf" width="'+x+'" height="'+y+'" border="'+b+'">');	// insert it into the document
}
/**
 * This function returns the header
  */
function header() {
	document.write('<title>A COMUNIONE E LIBERAZIONE Magyarországi Nemzeti Honlapja</title>');
	document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	document.write('<meta name="description" content="COMUNIONE E LIBERAZIONE magyarországi nemzeti honlapja">');
	document.write('<meta name="keywords" content="mozgalom, don Luigi Giussani, Luigi Giussani, don Giussani, monsignor Luigi Giussani, alapító, CL, katolikus, comunione liberazione, CL Fraternitás, Memores, közösségi iskola, Comunione, Liberazione, karizma, CL alapítója">');
	document.write('<meta name="author"         content="Redaktion CL online, link@comunioneliberazione.org">');
	document.write('<meta name="DC.Publisher"   content="Széna János">');
	document.write('<meta name="DC.Date"        content="2008-03-31T18:54:53+01:00">');
	document.write('<meta name="DC.Identifier"  content="http://clonline.org/hu">');
	document.write('<meta name="DC.Language"    content="hu">');
	document.write('<meta name="DC.Rights"      content="editorial/copyright.htm">');
	document.write('<meta name="DC.Date.created" content="2008-02-22T08:00+01:00">');
	document.write('<meta name="robots" content="index,follow">');
	document.write('<meta name="revisit-after" content="8 days">');
}
/**
 * This function returns the main table
  */
function table(border,padding,spacing,height,width,img,alt) {
	document.write('<table align="center" border="');
	document.write(border);
	document.write('" cellpadding="');
	document.write(padding);
	document.write('" cellspacing="');
	document.write(spacing);
	document.write('">');
	document.write('<tbody>');
	document.write('<tr>');
	document.write('<td align="right" height="');
	document.write(height);
	document.write('" valign="top" width="')
	document.write(width);
	document.write('"><div align="left"><img src="');
	document.write(img);
	document.write('" alt="');
	document.write(alt);
	document.write('" name="menu" usemap="#menuMap" border="');
	document.write(border);
	document.write('" height="');
	document.write(height);
	document.write('" width="');
	document.write(width);
	document.write('"></div></td>');
	document.write('</tr>');
	document.write('</tbody>')
	document.write('</table>');
}
/**
 * This function returns the menumap
  */
function menumap(x,p) {
    switch(x)
    {
	case 0: //main homepage
	    document.write('<area shape="rect" coords="15,5,100,12" href="http://www.clonline.org" alt="A CL központi honlapja">');
	    document.write('<area shape="rect" coords="640,5,680,12" href="'+p+'cl_in_Ungheria.html" alt="CL in Ungheria">');
	    document.write('<area shape="rect" coords="570,5,605,12" href="'+p+'cl_in_Hungary.html" alt="CL in Hungary">');
	    document.write('<area shape="rect" coords="485,5,530,12" href="'+p+'cl_Magyarorszagon.html" alt="A CL Magyarországon">');
	    document.write('<area shape="rect" coords="20,65,55,75" href="'+p+'cl.html" alt="Mi a Cl?">');
	    document.write('<area shape="rect" coords="85,65,130,75" href="http://www.clonline.org/it/testi/cl_mondo.asp" alt="Irodák címei">');
	    document.write('<area shape="rect" coords="155,65,240,75" href="'+p+'Folyoiratok.html" alt="Sajtó/Nyomaink">');
	    document.write('<area shape="rect" coords="270,65,330,75" href="'+p+'pictures.html" alt="Képek/videók/animációk">');
	    document.write('<area shape="rect" coords="355,65,420,75" href="'+p+'kiadvanyok.html" alt="Könyvek/zene">');
	    document.write('<area shape="rect" coords="450,65,505,75" href="http://www.clonline.org/hu" alt="Szerkesztés alatt">');
	    document.write('<area shape="rect" coords="530,65,570,75" href="'+p+'archiv.html" alt="Korábbi írások">');
	    document.write('<area shape="rect" coords="600,65,625,75" href="'+p+'links.html" alt="Kapcsolódó linkek">');
	    document.write('<area shape="rect" coords="650,65,670,75" href="mailto:cl@comunioneliberazione.org>" alt="Szerkesztőség">');
	    break;
	case 1: //hungarian page
	    document.write('<area shape="rect" coords="15,5,80,12" href="http://www.clonline.org/hu" alt="A CL magyar honlapja">');
	    document.write('<area shape="rect" coords="20,65,55,75" href="'+p+'cl.html" alt="Mi a Cl?">');
	    document.write('<area shape="rect" coords="85,65,130,75" href="http://www.clonline.org/it/testi/cl_mondo.asp" alt="Irodák címei">');
	    document.write('<area shape="rect" coords="155,65,240,75" href="'+p+'Folyoiratok.html" alt="Sajtó/Nyomaink">');
	    document.write('<area shape="rect" coords="270,65,330,75" href="'+p+'pictures.html" alt="Képek/videók/animációk">');
	    document.write('<area shape="rect" coords="355,65,420,75" href="'+p+'kiadvanyok.html" alt="Könyvek/zene">');
	    document.write('<area shape="rect" coords="450,65,505,75" href="http://www.clonline.org/hu" alt="Szerkesztés alatt">');
	    document.write('<area shape="rect" coords="530,65,570,75" href="'+p+'archiv.html" alt="Korábbi írások">');
	    document.write('<area shape="rect" coords="600,65,625,75" href="'+p+'links.html" alt="Kapcsolódó linkek">');
	    document.write('<area shape="rect" coords="650,65,670,75" href="mailto:cl@comunioneliberazione.org>" alt="Szerkesztőség">');
	    break;
	case 2: //english page
	    document.write('<area shape="rect" coords="15,5,80,12" href="http://www.clonline.org/FirstPage.htm" alt="Official site of CL">');
	    document.write('<area shape="rect" coords="20,65,55,75" href="'+p+'cl.html" alt="What is CL?">');
	    document.write('<area shape="rect" coords="85,65,130,75" href="http://www.clonline.org/it/testi/cl_mondo.asp" alt="In the world">');
	    document.write('<area shape="rect" coords="155,65,240,75" href="'+p+'Folyoiratok.html" alt="Magazine/Traces">');
	    document.write('<area shape="rect" coords="270,65,330,75" href="'+p+'pictures.html" alt="Pictures&videos">');
	    document.write('<area shape="rect" coords="355,65,420,75" href="'+p+'kiadvanyok.html" alt="Books/Music">');
	    document.write('<area shape="rect" coords="450,65,505,75" href="http://www.clonline.org/hu" alt="Mailing list">');
	    document.write('<area shape="rect" coords="530,65,570,75" href="'+p+'archiv.html" alt="Archives">');
	    document.write('<area shape="rect" coords="600,65,625,75" href="'+p+'links.html" alt="Links">');
	    document.write('<area shape="rect" coords="650,65,670,75" href="mailto:clhu@googlemail.com>" alt="Mail">');
	    break;
	case 3: //italian page
	    document.write('<area shape="rect" coords="15,5,80,12" href="http://www.clonline.org/primait.htm" alt="Sito ufficiale del CL">');
	    document.write('<area shape="rect" coords="20,65,55,75" href="'+p+'cl.html" alt="Cosa &egrave; CL?">');
	    document.write('<area shape="rect" coords="85,65,130,75" href="http://www.clonline.org/it/testi/cl_mondo.asp" alt="Nel mondo">');
	    document.write('<area shape="rect" coords="155,65,240,75" href="'+p+'Folyoiratok.html" alt="Rivista/Tracce">');
	    document.write('<area shape="rect" coords="270,65,330,75" href="'+p+'pictures.html" alt="Immagini&video">');
	    document.write('<area shape="rect" coords="355,65,420,75" href="'+p+'kiadvanyok.html" alt="Libri&Musica">');
	    document.write('<area shape="rect" coords="450,65,505,75" href="http://www.clonline.org/hu" alt="Mailing list">');
	    document.write('<area shape="rect" coords="530,65,570,75" href="'+p+'archiv.html" alt="Archivio">');
	    document.write('<area shape="rect" coords="600,65,625,75" href="'+p+'links.html" alt="Link">');
	    document.write('<area shape="rect" coords="650,65,670,75" href="mailto:clhu@googlemail.com>" alt="Scrivi">');
	    break;
	default:
	    alert("Unknown error");
	    break;
    }
}
/**
 * This function returns the menumap
  */
function fitting(ref,src,w1,h1,hw,b) {
	var width=hw;
	var height=hw;
	if(w1>h1)
		height=hw*h1/w1;
	else
		width=hw*w1/h1;
		
	document.write('<td align="center"><a href="'+ref+'"><img src="'+src+'" width="'+width+'" height="'+height+'" border="'+b+'"></a></td>');
}
function fitting1(ref,src,w1,h1,hw,b) {
	var width=hw;
	var height=hw*h1/w1;
		
	document.write('<p align="center"><a href="'+ref+'"><img src="'+src+'" width="'+width+'" height="'+height+'" border="'+b+'"></a></p>');
}

