<!--//	function logOut ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=log_out';	}	function openMainPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_main';	}	function openHotNewsItem (int_hotnews_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_hotnews_details&hotnews_ID='+int_hotnews_id;	}	function openHotNewsHistory ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_hotnews';	}	function openEventMainPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_event_main';	}	function openEventSearchForm ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_events';	}	function openCurrentEventSearchForm (int_day, int_month, int_year)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_events&searchform_action=true&listing_position=0&listing_amount=15&language=NL&sitesection=NL&dag='+int_day+'&maand='+int_month+'&jaar='+int_year+'';	}	function openEventForm (int_event_id)	{		document.eventform_export.OBID.value = int_event_id;		document.eventform_export.submit ();	}	function openDigiflyer (int_event_id)	{		window.open ('index.php?action=compose_event_details&event_ID='+int_event_id, '','width=650,height=500,toolbar=no,scrollbars=yes,resizable=no');	}	function openHotEventList ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_hotevents';	}	function openMagazineMainPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_magazine_main';	}	function openReviewMainPage (int_review_year)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_reviews&search_review_sitesection=NL&search_review_date_jaar='+int_review_year;	}	function openReview (int_review_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_review_details&review_ID='+int_review_id;	}	function openCDReviewMainPage (int_cdreview_year)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_cdreviews&search_cdreview_date_jaar='+int_cdreview_year;	}	function openCDReview (int_cdreview_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_cdreview_details&cdreview_ID='+int_cdreview_id;	}	function openInterviewMainPage (int_interview_year)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_interviews&search_interview_sitesection=NL&search_interview_date_jaar='+int_interview_year;	}	function openInterview (int_interview_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_interview_details&interview_ID='+int_interview_id;	}	function openPictureListMainPage (str_category, int_picturelist_year)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_picturelists&search_picturelist_sitesection=NL&search_picturelist_category='+str_category+'&search_picturelist_date_jaar='+int_picturelist_year;	}	function openPictureList (int_picturelist_id, int_position)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_picturelist_details&picturelist_ID='+int_picturelist_id+'&position='+int_position;	}	function openPictureListThumb (int_picturelist_id, int_position, bool_popup)	{		if (bool_popup)			var status = window.open(HTTP_SCRIPTPATH +'index.php?action=compose_picturelist_thumbdetails&picturelist_ID='+ int_picturelist_id +'&position='+int_position,'','width=660,height=560,toolbar=no,scrollbars=yes,resizable=no');				else			location.href = HTTP_SCRIPTPATH +'index.php?action=compose_picturelist_thumbdetails&picturelist_ID='+ int_picturelist_id +'&position='+int_position;	}	function openBeautyMainPage (int_beauty_year, int_beauty_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_beauties&search_beauty_date_jaar='+int_beauty_year+'&beauty_ID='+int_beauty_id;	}	function openWhazzupMagazineMainPage (int_magazine_year, int_magazine_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_magazines&search_magazine_date_jaar='+int_magazine_year+'&magazine_ID='+int_magazine_id;	}	function openNewsLetterMainPage (int_newsletter_year)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_newsletters&search_newsletter_date_jaar='+int_newsletter_year;	}	function openNewsLetter (int_newsletter_id)	{		var status = window.open(HTTP_SCRIPTPATH +'index.php?action=compose_newsletter_details&newsletter_ID='+ int_newsletter_id,'','width=650,height=500,toolbar=no,scrollbars=yes,resizable=no');	}	function openInfoCenterMainPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_infocenter_main';	}	function openDiscotheekInfoSearchPage (str_keyword)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_discotheekinfo&keyword='+str_keyword;	}	function openDiscotheekInfo (int_discotheekinfo_id)	{		var status = window.open(HTTP_SCRIPTPATH +'index.php?action=compose_discotheekinfo_details&discotheekinfo_ID='+int_discotheekinfo_id,'','width=650,height=500,toolbar=no,scrollbars=yes,resizable=no');	}	function openArtistInfoSearchPage (str_keyword)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_artistinfo&keyword='+str_keyword;	}		function openArtistInfo (int_artistinfo_id)	{		var status = window.open(HTTP_SCRIPTPATH +'index.php?action=compose_artistinfo_details&artistinfo_ID='+int_artistinfo_id,'','width=650,height=500,toolbar=no,scrollbars=yes,resizable=no');	}	function openDJInfoSearchPage (str_keyword)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_dj_info&keyword='+str_keyword;	}	function openDJInfo (int_dj_info_id)	{		var status = window.open(HTTP_SCRIPTPATH +'index.php?action=compose_dj_info_details&dj_info_ID='+int_dj_info_id,'','width=650,height=500,toolbar=no,scrollbars=yes,resizable=no');	}	function openFestivalGids ()	{		alert ('not implemented');	}	function openMemberAreaMainPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_memberarea_main';	}	function openMemberEventList ()	{		location.href= HTTP_SCRIPTPATH +'index.php?action=compose_member_eventlist';	}	function openMemberContestList ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_member_wedstrijditem_list';	}	function openMemberContestHistory (int_history_year)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_member_wedstrijditem_history&search_deelname_jaar='+int_history_year;	}	function disableEvent (int_event_id)	{		if (confirm ('weet u zeker dat u het geselecteerde evenement wenst te verwijderen ?'))			location.href= HTTP_SCRIPTPATH +'index.php?action=disable_event&event_ID='+int_event_id;	}	function openMemberForm ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_account_form';	}	function openContestSearchList ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=search_wedstrijditems';	}	function openContestInfo (int_wedstrijditem_id)	{		var status = window.open(HTTP_SCRIPTPATH +'index.php?action=compose_wedstrijditem_details&wedstrijditem_ID='+ int_wedstrijditem_id,'FaqWindow','width=650,height=500,toolbar=no,scrollbars=yes,resizable=no');	}	function addAccountToContest (int_wedstrijditem_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=add_wedstrijditem_contestant&wedstrijditem_ID='+ int_wedstrijditem_id;	}	function acceptContestEntry (int_wedstrijditem_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=accept_win_memberentry&wedstrijditem_ID='+ int_wedstrijditem_id;	}	function rejectContestEntry (int_wedstrijditem_id)	{		location.href = HTTP_SCRIPTPATH +'index.php?action=reject_win_memberentry&wedstrijditem_ID='+ int_wedstrijditem_id;	}		function openChatAppletPage (str_nickname)	{		var status = window.open(HTTP_SCRIPTPATH +'index.php?action=compose_chat_applet&chat_nickname='+str_nickname,'WWWchatWindow','width=700,height=380,toolbar=no,scrollbars=yes,resizable=no');	}	function openGoodiesPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_goodies';	}	function openWebMailMainPage ()	{
	var status = window.open('http://www.myspace.com/wwwbe');	}
	function openFAQMainPage ()	{		alert ('not implemented');		// VORIGE POPUP LINK WAS :           var status = window.open('faq_index.php','FaqWindow','width=650,height=500,toolbar=no,scrollbars=yes,resizable=no');	}	function openLogoPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_logo_page';	}		function openGitaarPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_gitaar_page';	}		function openPlatenboxPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_platenbox_page';	}	function openPrintkalenderPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_printkalender_page';	}	function openCommercialPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_commercial_page';	}	function openDisclaimerPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_disclaimer_page';	}	function openContactPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_contact_page';	}		function openPartnerPage ()	{		location.href = HTTP_SCRIPTPATH +'index.php?action=compose_partner_page';	}//-->/-->