/* 3.0 - grote bewerking: 24 mei 2011 */

/* Menu rechtsbovenaan */
var menu0 = new Array( new Link('Home', '/english/default.asp'), 
					   new Link('Contact', '/english/contact.html'), 
					   new Link('Agenda', 'http://www.comace.org/events'), 
					   new Link('Nieuws', 'http://www.comace.org/news-topics'), 
					   new Link('Dutch', '/default.asp')); 



/* Menu Who are we? */
var menu1 = new Array( 	new Link('Who are we', '/english/index.html'),
						new Link('Who do we work for?', '/english/target_groups.html')  

				); 						

/* Menu What do we do? */
var menu2 = new Array( 	new Link('Library', '/products_and_services/library.html'),
						new Link('Online catalogue', 'http://www2.cultuurnetwerk.nl/webopac/Vubis.csp?OpacLanguage=eng'),  
						new Link('Publications', '/products_and_services/publications.html'),
						new Link(' _Cultuur+Educatie', '/products_and_services/publications_series_cultuur_en_educatie/'),
						new Link('Websites', '/products_and_services/websites.html'),
						new Link('Advice', '/products_and_services/advice.html'),
						new Link('Network meetings', '/products_and_services/networkmeetings.html'),
						new Link('Research', '/products_and_services/research.html')
				); 


/* Menu We and Europe */
var menu3 = new Array(  new Link('Conferences/events', '/european_cooperation/conferences_events.html'),
						new Link('EU Portal', 'EU_portal.html'),  
						new Link('Addresses', '/european_cooperation/addresses.html')
				); 

/* 	URL van de website */
sUrlWebsite = "http://"+location.host;

/* mocht de website in een subdirectory staan, zonder slash op het eind dus */
//sUrlWebsite = "http://"+location.host+"/directory";


/* Toevoeging Jan E voor randomize plaatjes --
gebruik als getal x in random*x het aantal beschikbare plaatjes-3 
reageer voor reactie per pagina */
var random = Math.random() ;
var picnum = Math.round(random*41)+1;


function reageer(){
    adr = 'webmaster|cultuurnetwerk.nl';
    document.write('<a href="mail' + 'to:' + adr.replace('|','@') + '?subject=' + location.href + '">Comments</a>');
}
// -- End Toevoeging -->

