<!--
window.onLoad=setTimeout("f_WindowLoad()",700);

function f_WindowLoad() 
{

	if (document.getElementById("CLOCK")) {setInterval('f_CountDown()',1000)}
	f_dropDown();
}


function f_dropDown()
{
	if (document.getElementById("IndexTop"))
	{
		if (document.all&&document.getElementById) 
		{
			navRoot = document.getElementById("IndexTop");
			for (i=0; i<navRoot.childNodes.length; i++) 
			{
				node = navRoot.childNodes[i];			
				if (node.nodeName=="LI") 
				{
					node.onmouseover=function() { this.className+=" mover";	}
					node.onmouseout=function() { this.className=this.className.replace (" mover", ""); }
				}
		  	}
		}
	}
	if (document.getElementById("IndexTopEvent"))
	{
		if (document.all&&document.getElementById) 
		{
			navRoot = document.getElementById("IndexTopEvent");
			for (i=0; i<navRoot.childNodes.length; i++) 
			{
				node = navRoot.childNodes[i];			
				if (node.nodeName=="LI") 
				{
					node.onmouseover=function() { this.className+=" moverevent";	}
					node.onmouseout=function() { this.className=this.className.replace (" moverevent", ""); }
				}
		  	}
		}
	}

	if (document.getElementById("b2fairIndexLeftUl"))
	{
		if (document.all&&document.getElementById) 
		{
			navRoot = document.getElementById("b2fairIndexLeftUl");
			for (i=0; i<navRoot.childNodes.length; i++) 
			{
				node = navRoot.childNodes[i];	
				if (node.nodeName=="LI")
				{
					node.onmouseover=function() { this.className+=" leftmover";	}
					node.onmouseout=function() { this.className=this.className.replace (" leftmover", ""); }
				}

		  	}
		}
	}

	if (document.getElementById("b2fairIndexLeftUlC"))
	{
		if (document.all&&document.getElementById) 
		{
			navRoot = document.getElementById("b2fairIndexLeftUlC");
			for (i=0; i<navRoot.childNodes.length; i++) 
			{
				node = navRoot.childNodes[i];	
				if (node.nodeName=="LI")
				{
					node.onmouseover=function() { this.className+=" leftmover";	}
					node.onmouseout=function() { this.className=this.className.replace (" leftmover", ""); }
				}

		  	}
		}
	}
}

function f_Select(nEventId,nId) 
{
	if (document.b2fairForm.EventId)
	{
		document.b2fairForm.EventId.value=nEventId;
	}
	document.b2fairForm.Action.value=nId;
	document.b2fairForm.Status.value = "";
	document.b2fairForm.submit();
}



function f_SelectMore(nId,cStatus) 
{
	document.b2fairForm.Action.value=nId;
	document.b2fairForm.Status.value = cStatus;
	document.b2fairForm.submit();
}

function f_SelectLanguage(nEventId,nId,cLanguage) 
{
	if (document.b2fairForm.EventId)
	{
		document.b2fairForm.EventId.value=nEventId;
	}
	document.b2fairForm.Action.value=nId;
	document.b2fairForm.Status.value="";
	document.b2fairForm.Language.value=cLanguage;
	document.b2fairForm.submit();
}

function f_SelectSPOSysId(nId,nSPOSysId) 
{
	document.b2fairForm.Action.value=nId;
	document.b2fairForm.SPOSysId.value=nSPOSysId;
	document.b2fairForm.Status.value = "";
	document.b2fairForm.submit();
}

function f_SelectSort(nEventId, nId, cStatus, cSort) 
{
	document.b2fairForm.EventId.value=nEventId;
	document.b2fairForm.Action.value=nId;
	document.b2fairForm.Status.value=cStatus;
	document.b2fairForm.SortBy.value=cSort;
	document.b2fairForm.submit();
}



function f_CallRegForm (nEventId, nId, cStatus, nAddNo, cEpNo, nExit, cCountry, cUstCountry) 
{
	document.b2fairForm.EventId.value = nEventId;
	document.b2fairForm.Action.value = nId;
	document.b2fairForm.Status.value = cStatus;
	if (document.b2fairForm.AddNo)
	{
		document.b2fairForm.AddNo.value = nAddNo;
	}
	if (document.b2fairForm.RG_EPNO)
	{
		document.b2fairForm.RG_EPNO.value = cEpNo;
	}
	if (document.b2fairForm.ExitAction)
	{
		document.b2fairForm.ExitAction.value = nExit;
	}
	if (document.b2fairForm.RG_COUNTRY)
	{
		document.b2fairForm.RG_COUNTRY.value = cCountry;
	}
	if (document.b2fairForm.RG_UST_COUNTRY)
	{
		document.b2fairForm.RG_UST_COUNTRY.value = cUstCountry;
	}
	document.b2fairForm.submit();
}



function f_ShowMeetings (nEventId, nId, nExitId, nAddNo, cType, cAddName, oRequestedMeetings )
{
	if ( oRequestedMeetings != "" ) {f_MeetingsSelect( oRequestedMeetings ); }
	document.b2fairForm.Action.value=nId;
	document.b2fairForm.EventId.value=nEventId;
	document.b2fairForm.AddNo.value=nAddNo;
	document.b2fairForm.AddType.value=cType;
	document.b2fairForm.AddName.value=cAddName;
	document.b2fairForm.ExitAction.value=nExitId;
	document.b2fairForm.submit();
}


function f_PrintPage() 
{
	window.focus();
	window.print();
}

function f_WindowClose() 
{
	window.close();
}

function f_WindowInfo(cUrl, cEventName, cWindowName)
{	
	var w	= 620;
	var h	= 500;
	var str = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + w + ",height=" + h;
	window.title=cEventName;
	window.open(cUrl, cWindowName, str);
}

function f_PartDisplay ( cDivOn, cDivOff1, cDivOff2, cDivOff3, cDivOff4, cDivOff5, cDivOff6 ) 
{
	 document.getElementById(cDivOn).style.display = "block"; 
	 document.getElementById(cDivOff1).style.display = "none"; 
	 document.getElementById(cDivOff2).style.display = "none"; 
	 document.getElementById(cDivOff3).style.display = "none"; 
	 document.getElementById(cDivOff4).style.display = "none"; 
	 document.getElementById(cDivOff5).style.display = "none"; 
	 document.getElementById(cDivOff6).style.display = "none"; 
   	 document.getElementById(cDivOn).scrollIntoView(true);
	 /*if (document.getElementById(cDivOn)) { document.getElementById(cDivOn).style.visibility = "visible"; }*/
}

function f_PartDisplayNone ( cDiv1, cDiv2, cDiv3, cDiv4, cDiv5, cDiv6, cDiv7 ) 
{
	 document.getElementById(cDiv1).style.display = "none"; 
	 document.getElementById(cDiv2).style.display = "none"; 
	 document.getElementById(cDiv3).style.display = "none"; 
	 document.getElementById(cDiv4).style.display = "none"; 
	 document.getElementById(cDiv5).style.display = "none"; 
	 document.getElementById(cDiv6).style.display = "none"; 
	 document.getElementById(cDiv7).style.display = "none"; 
}



function f_DisplayPartner (cWer)
{
	document.getElementById("PartnerInfo").innerHTML = cWer;
	
}

function f_CheckSelection (cSelect, cGo)
{
	for (i = 0; i < document.getElementById(cSelect).length; ++i)
	{
	    	if (document.getElementById(cSelect).options[i].selected == true)
		{
			document.getElementById(cGo).href=document.getElementById(cSelect).options[i].value;
		}
	}
}


function f_CallQ (nEventId, nId, nAddNo, cType, cAddName, cEpNo, nExit ) 
{
	document.b2fairForm.EventId.value = nEventId;
	document.b2fairForm.Action.value = nId;

	if (document.b2fairForm.AddNo)
	{
		document.b2fairForm.AddNo.value = nAddNo;
	}
	if (document.b2fairForm.AddType)
	{
		document.b2fairForm.AddType.value = cType;
	}

	if (document.b2fairForm.AddName)
	{
		document.b2fairForm.AddName.value = cAddName;
	}
	if (document.b2fairForm.RG_EPNO)
	{
		document.b2fairForm.RG_EPNO.value = cEpNo;
	}
	if (document.b2fairForm.ExitAction)
	{
		document.b2fairForm.ExitAction.value = nExit;
	}


	document.b2fairForm.submit();
}


// -->
