// JavaScript Document

	function doBold(obj) {
		var elem = window.top.left.document.getElementById(obj);
		var messages 		= window.top.left.document.getElementById('messages').style; 
		var partnership = window.top.left.document.getElementById('partnership').style; 
		var futurePlans = window.top.left.document.getElementById('futurePlans').style; 
		var messages2 	= window.top.left.document.getElementById('messages2').style; 
		var office 			= window.top.left.document.getElementById('office').style; 
		var membership 	= window.top.left.document.getElementById('membership').style; 
		var join 				= window.top.left.document.getElementById('join').style; 
		var list 				= window.top.left.document.getElementById('list').style; 
		var nMeeting 		= window.top.left.document.getElementById('nMeeting').style; 
		var invitation 	= window.top.left.document.getElementById('invitation').style; 
		var agenda 			= window.top.left.document.getElementById('agenda').style; 
		var register 		= window.top.left.document.getElementById('register').style; 
		var participants = window.top.left.document.getElementById('participants').style;
		var overview 		= window.top.left.document.getElementById('overview').style; 
		var archive 		= window.top.left.document.getElementById('archive').style; 
		var workgroup 	= window.top.left.document.getElementById('workgroup').style; 	
		var documents 	= window.top.left.document.getElementById('documSub').style;
		var codeList		= window.top.left.document.getElementById('codeList').style;
		var sizetype		= window.top.left.document.getElementById('sizetype1').style;
		var old		  	 = window.top.left.document.getElementById('old').style;
		var newD			 = window.top.left.document.getElementById('newD').style;
		var usefull		 = window.top.left.document.getElementById('usefullA').style;
		var smdgEdiU 	 = window.top.left.document.getElementById('smdgEdiU').style;
		var links 		 = window.top.left.document.getElementById('links').style;
		var forum 		 = window.top.left.document.getElementById('forum').style;
		var home	 		 = window.top.left.document.getElementById('home').style;
		var info1	 		 = window.top.left.document.getElementById('info1').style; 
		var contact  	 = window.top.left.document.getElementById('contact').style; 
		var member   	 = window.top.left.document.getElementById('member').style; 
		var meeting1 	 = window.top.left.document.getElementById('meeting1').style; 
		var documenten = window.top.left.document.getElementById('documenten').style; 
		var protect 	 = window.top.left.document.getElementById('home_protect').style; 
		var protect_contact = window.top.left.document.getElementById('contact_protect').style; 
		var protect_members = window.top.left.document.getElementById('members_protect').style; 
		var meetingProtect1 = window.top.left.document.getElementById('meetingProtect1').style; 
		var nMeetingProtect = window.top.left.document.getElementById('nMeetingProtect').style; 
		var invitationProtect = window.top.left.document.getElementById('invitationProtect').style; 
		var agendaProtect = window.top.left.document.getElementById('agendaProtect').style; 
		var registerProtect = window.top.left.document.getElementById('registerProtect').style; 
		var participantsProtect = window.top.left.document.getElementById('participantsProtect').style; 
		var archiveProtect = window.top.left.document.getElementById('archiveProtect').style; 
		var overviewProtect = window.top.left.document.getElementById('overviewProtect').style; 
		var downloads_protect = window.top.left.document.getElementById('downloads_protect').style; 
		
		
		
		if (obj == "protect") {
			protect.color = "#0033FF";
			links.color = "#FFFFFF";
			home.color = "#FFFFFF";
			info1.color = "#FFFFFF";
			contact.color = "#FFFFFF";
			member.color = "#FFFFFF";
			meeting1.color = "#FFFFFF";
			documenten.color = "#FFFFFF";
			forum.color = "#FFFFFF";
			downloads_protect.color = "#FFFFFF";
			overviewProtect.color = "#FFFFFF";
			archiveProtect.color = "#FFFFFF";
			nMeetingProtect.color = "#FFFFFF";
			meetingProtect1.color = "#FFFFFF";
			protect_members.color = "#FFFFFF";
			protect_contact.color = "#FFFFFF";
		}
		if (obj == "nMeeting") {
			links.color = "#FFFFFF";
			home.color = "#FFFFFF";
			info1.color = "#FFFFFF";
			contact.color = "#FFFFFF";
			member.color = "#FFFFFF";
			documenten.color = "#FFFFFF";
			forum.color = "#FFFFFF";
			nMeeting.fontWeight = "bold";
			meeting1.fontWeight = "bold";
			overview.fontWeight = "normal";
			archive.fontWeight = "normal";
			workgroup.fontWeight = "normal";
			nMeeting.color = "#0033FF";
			meeting1.color = "#0033FF";
			protect.color = "#FFFFFF";
			overview.color = "#FFFFFF";
			archive.color = "#FFFFFF";
			workgroup.color = "#FFFFFF";
			downloads_protect.color = "#FFFFFF";
			overviewProtect.color = "#FFFFFF";
			archiveProtect.color = "#FFFFFF";
			nMeetingProtect.color = "#FFFFFF";
			meetingProtect1.color = "#FFFFFF";
			protect_members.color = "#FFFFFF";
			protect_contact.color = "#FFFFFF";
			window.top.title.document.location.href = 'jsp/title.jsp?id=23';		
		} 	
	}
	
	function show(obj) { 
		var elem 		= window.top.left.document.getElementById(obj); 
		var info    = window.top.left.document.getElementById('info').style; 
		var contact = window.top.left.document.getElementById('contact').style; 
		var members	= window.top.left.document.getElementById('members').style; 
		var meetings 		= window.top.left.document.getElementById('meetings').style; 
		var nextMeeting = window.top.left.document.getElementById('nextMeeting').style;
		var protect 		= window.top.left.document.getElementById('home_protect').style;
		var home			= window.top.left.document.getElementById('home').style;
		var documents = window.top.left.document.getElementById('documents').style
		var sizetype  = window.top.left.document.getElementById('sizetype').style
		var nextMeetingProtect = window.top.left.document.getElementById('nextMeetingProtect').style;
		var meetingsProtect = window.top.left.document.getElementById('meetingsProtect').style;
		
		
		if(obj == "protect") {
			info.display = "none";
			members.display = "none";
			meetings.display = "none";
			nextMeeting.display = "none";
			sizetype.display = "none";
			documents.display = "none";
			nextMeetingProtect.display = "none";
			meetingsProtect.display = "none";
			window.top.title.document.location.href = 'jsp/title.jsp?id=18';
		}		
		if(obj == "nextMeeting") {
			if(nextMeeting.display == "block") {
				nextMeeting.display = "none";
			} else if (nextMeeting.display == "none") {
				nextMeeting.display = "block";
			}
			meetings.display = "block";
			info.display = "none";
			members.display = "none";
			sizetype.display = "none";
			documents.display = "none";
			doBold('invitation');
		} 
	}