var 
	siteWidth = 741,
	firstDay  = wdMonday;
//-------------------------------------------------------------------------------------------------
function gotoAfdeling( sender)
{
	if( sender.value.length > 0)
		location.href = 'autoparse.asp?ID=' + sender.value;
}
//-------------------------------------------------------------------------------------------------
function gotoSpecialisme( sender)
{
	if( sender.value.length > 0)
		location.href = 'autoparse.asp?ID=' + sender.value;
}
//-------------------------------------------------------------------------------------------------
function gotoAandoening( sender)
{
	if( sender.value.length > 0)
		location.href = 'autoparse.asp?item=' + sender.value;
}
//-------------------------------------------------------------------------------------------------
function changeLettersText()
{
	if (document.getElementById("aLetters").innerHTML == "+ grote letters")
	{
		document.getElementById("aLetters").innerHTML = "- kleine letters";
		resizeText("mainContainer",2)
	}
	else
	{
		document.getElementById("aLetters").innerHTML = "+ grote letters";
		resizeText("mainContainer",5)
	}
}
//-------------------------------------------------------------------------------------------------
function displayGalleryImage( galID, index )
{
	window.open('e-cardsbig.asp?item=11431&galID=' + galID+'&index=' + index, 'displayGalleryImage', 'menubar=0,location=0,toolbar=0,scrollbars=0,resizable=0,status=0,width=596,height=499,top=75,left=75');
}
//-------------------------------------------------------------------------------------------------