	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='#44629d';			// Background color when mouse is over on subs
	var FontLowColor='#cccccc';			// Font color when mouse is not over
	var FontSubLowColor='#666666';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over ---white
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over ---white
	var BorderColor='';			// Border color
	var BorderSubColor='#cccccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Geneva, Arial, Helvetica"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var	StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=0;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/00/tri.gif',5,10,'/00/tridown.gif',10,5,'/00/trileft.gif',5,10];	// Arrow source, width and height
	

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
Menu1=new Array("rollover:/00/categ_1_en.gif:/00/categ_1h_en.gif","/1/e10.jsp","",0,31,136);

Menu2=new Array("rollover:/00/categ_2_en.gif:/00/categ_2h_en.gif","/4/e40index.jsp","",6,31,112);
Menu2_1=new Array("Unification of the <br>Archaeological Sites of Athens","/4/e40.jsp?obj_id=90","",0,32,240);	
Menu2_2=new Array("The Operational Program 'CULTURE'","/4/e40.jsp?obj_id=125","",0,16,240);	
Menu2_3=new Array("The Acropolis Restoration Project ","/4/e40.jsp?obj_id=123","",0,16,240);	
Menu2_4=new Array("The New Acropolis Museum ","/4/e40.jsp?obj_id=124","",0,16,240);	
Menu2_5=new Array("The 'MELINA' Project","/4/e40.jsp?obj_id=139","",0,16,240);	
Menu2_6=new Array("Digital Activities of the Ministry of Culture and Tourism","/4/e41.jsp","",0,32,240);
	

Menu3=new Array("rollover:/00/categ_3_en.gif:/00/categ_3h_en.gif","/5/e50index.jsp","",4,31,130);
Menu3_1=new Array("Activities","/5/e51.jsp","",0,16,190);
Menu3_2=new Array("Legislation","/5/e52.jsp","",0,16,190);	
Menu3_3=new Array("Citizen Information","/5/e53.jsp","",0,16,190);	
Menu3_4=new Array("Cultural Organisations","/5/e54.jsp","",0,16,190);

	
Menu4=new Array("rollover:/00/categ_4_en.gif:/00/categ_4h_en.gif","/6/e60index.jsp","",4,31,111);
Menu4_1=new Array("Activities","/6/e61.jsp","",0,16,190);
Menu4_2=new Array("Legislation","/6/e62.jsp","",0,16,190);	
Menu4_3=new Array("Citizen Information","/6/e63.jsp","",0,16,190);	
Menu4_4=new Array("Cultural Organisations","/6/e64.jsp","",0,16,190);


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}MM_reloadPage(true);


function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion
	this.agent=navigator.userAgent
	this.dom=document.getElementById?1:0
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; 
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	this.ie4=(document.all && !this.dom && !this.opera5)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6
	this.mac=this.agent.indexOf("Mac")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns6)
	return this
}
var bw=new lib_bwcheck()
if (bw.bw){document.write('<link rel="stylesheet" href="/0/common/css/body.css" type="text/css">');}
else {document.write('<link rel="stylesheet" href="/0/common/css/body.css" type="text/css">');}
var avwidth=900;
var menuwidth=465;
var headerheight=102;
var footerheight=18;
topimg="_800"
if (window.screen.availWidth <= 990){avwidth=750;}else{avwidth=880;topimg="_1024";}
if (bw.ns4){var avheight=window.innerHeight-headerheight-footerheight;}
StartTop=153;					// DHTML Menu offset x coordinate
StartLeft=11;			// DHTML Menu offset y coordinate
var menucenter=avwidth-301-230; //First Imagemap menu central <td> width
var textwidth=avwidth-40;
var lang="eb";



var mydate=new Date();
var year=mydate.getYear();
if (year < 1000){year+=1900;}
var day=mydate.getDay();
var month=mydate.getMonth();
var daym=mydate.getDate();
if (daym<10){daym="0"+daym;}
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December");

document.write('<table height=100% bgcolor="#CCCCCC" width=100% align="center" valign="top"  cellspacing="0" cellpadding="0" border="0">');
document.write('<tr><td width='+avwidth+'><table  bgcolor="#ffffff" width='+avwidth+' height=100% align="left" valign="top"  cellspacing="0" cellpadding="0" border="0">');

document.write('<tr height="158"><td valign="top"><table width=100% height="156" border="0" align="left" cellpadding="0" cellspacing="0" valign="top">      <tr><td align="left" valign="top" colspan="2"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+avwidth+'" height="154" hspace="0" vspace="0">            <param name="movie" value="/00/bara4_1'+topimg+'_en.swf"><param name=quality value=high><param name="SCALE" value="noborder"><embed src="/00/bara4_1'+topimg+'_en.swf" width="'+avwidth+'" height="154" hspace="0" vspace="0" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="noborder"></embed> </object></td></tr></table></td></tr>');

document.write('<tr><td  align="left" height="30"  width=100%><table height="30" border="0" width=100% cellspacing="0" cellpadding="0" valign="top"><tr><td width="572" background="/00/categ_bg.gif"  rowspan="2">&nbsp;</td><td width="166" background="/00/categ_bg.gif" ><img src="/00/categ_5_en.gif" border="0"></td><td rowspan="2" background="/00/categ_bg.gif"><img src="/00/categ_bg.gif" border="0"></td></tr><tr><td width="166" background="/00/categ_bg.gif"><a href="/3/e30.jsp"><img src="/00/categ_6_en.gif" border="0"></a></td></tr></table></td></tr><script src=/0/common/js/menu_com.js></script>');

document.write('<tr><td class="smmenu5" align="left" height="16" width=100%><table height="16" border="0" width=100% cellspacing="0" cellpadding="0" valign="top"><tr><td class="smmenu5" width="300"><a class="smmenutxt5" href="/0/esitemap.jsp">SITE MAP</a> | <a class="smmenutxt5" href="/0/elink.jsp">LINKS</a> | <a class="smmenutxt5" href="/0/efaq.jsp">FAQs</a> | <a class="smmenutxt5" href="/0/esearch.jsp">SEARCH</a> </td><td width='+menucenter+'></td><td class="smmenu5" width="200" align="right"><a class="smmenutxt5" href="/0/gindex.jsp">ΕΛΛΗΝΙΚΑ</a> | <a class="smmenutxt5" href="/0/econtact.jsp">CONTACT</a> | <a class="smmenutxt5" href="/0/eindex.jsp">HOME PAGE</a></td></tr></table></td></tr>');

document.write('<tr height="15"><td width="'+avwidth+'" background="/00/line_up.gif"><img src="/00/line_up.gif" height="15" alt="" border="0"></td></tr>');

/* Space for banner if you want*/

document.write('<tr height="2"><td width="'+avwidth+'" background="/0/common/images/temp_bg.gif"><img src="/00/temp_bg.gif" height="2" alt="" border="0"></td></tr>');
if (bw.ns4){document.write('<tr><td valign="top" height='+avheight+'>');}else{document.write('<tr><td valign="top" height="'+avheight+'">');}

document.write('<table border="0" height="100%" cellspacing="0" cellpadding="0" height="'+avheight+'" valign="top"><tr><td align="left" width="20"><img src="/00/trans.gif" height="20" width="20" border="0"></td><td height="100%"  valign="top">');

document.write('<table border="0" width="100%" height="100%" align="left" cellspacing="0" cellpadding="0" valign="top"><tr><td><table border="0" width="100%" height="100%" align="left" cellspacing="0" cellpadding="0" valign="top">');
document.write('<tr><td align="left" width="603" height="15"><img src="/00/trans.gif" height="15"  border="0"></td><td><img src="/00/cent_up.jpg" alt="" width="39" height="100%" border="0"></td><td width="198"><img src="/00/trans.gif" height="15" width="198" border="0"></td></tr>');
document.write('<tr><td height="20" align="left"><font class="title">'+maintitle+'</font></td><td><img src="/00/cent_cent.jpg" alt="" width="39" height="100%" border="0"></td><td valign="top" align="left" width="198">');
document.write('<table><tr><td><img src="/00/yppodate.gif" alt="" width="38" height="31" border="0"></td><td align="right"><font class="maintext1">'+dayarray[day]+'</font>,<font class="maintext1">'+daym+' '+montharray[month]+' '+year+'</font></td></tr></table></td></tr>');
document.write('<tr><td align="left" height="1" bgcolor="#143474"><img src="/00/trans.gif" alt="" width="1" height="1" border="0"></td><td><img src="/00/cent_cent.jpg" alt="" width="39" height="100%" border="0"></td><td align="left" height="1" bgcolor="#143474" width="198"><img src="/00/trans.gif" height="1" width="198" border="0"></td></tr>');
document.write('<tr><td align="left" height="20"><img src="/00/trans.gif" alt="" width="1" height="1" border="0"></td><td><img src="/00/cent_cent.jpg" alt="" width="39" height="100%" border="0"></td><td width="198"><img src="/00/trans.gif" height="20" width="198" border="0"></td></tr></table></td></tr>');
document.write('<tr><td colspan="1" valign="top" height="100%"  align="left" width="'+textwidth+'">');
