
function loadHover()
{
	try
	{
		document.getElementById('ria_eikenaar_a').onmouseover = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/ria_eikenaar_hover.jpg\')'; }
		document.getElementById('ria_eikenaar_a').onmouseout = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/ria_eikenaar.jpg\')'; }
	}
	catch(e1)
	{
	}

	try
	{
		document.getElementById('ria_eikenaar_td').onmouseover = function() { if(document.getElementById('ria_eikenaar_subwrapper')) document.getElementById('ria_eikenaar_subwrapper').style.display = 'block'; }
		document.getElementById('ria_eikenaar_td').onmouseout = function() { if(document.getElementById('ria_eikenaar_subwrapper')) document.getElementById('ria_eikenaar_subwrapper').style.display = 'none'; }
	}
	catch(e2)
	{
	}

	try
	{
		document.getElementById('portfolio_a').onmouseover = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/portfolio_hover.jpg\')'; }
		document.getElementById('portfolio_a').onmouseout = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/portfolio.jpg\')'; }
	}
	catch(e3)
	{
	}

	try
	{
		document.getElementById('portfolio_td').onmouseover = function() { if(document.getElementById('portfolio_subwrapper')) document.getElementById('portfolio_subwrapper').style.display = 'block'; }
		document.getElementById('portfolio_td').onmouseout = function() { if(document.getElementById('portfolio_subwrapper')) document.getElementById('portfolio_subwrapper').style.display = 'none'; }
	}
	catch(e4)
	{
	}

	try
	{
		document.getElementById('extra_a').onmouseover = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/extra_hover.jpg\')'; }
		document.getElementById('extra_a').onmouseout = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/extra.jpg\')'; }
	}
	catch(e5)
	{
	}

	try
	{
		document.getElementById('extra_td').onmouseover = function() { if(document.getElementById('extra_subwrapper')) document.getElementById('extra_subwrapper').style.display = 'block'; }
		document.getElementById('extra_td').onmouseout = function() { if(document.getElementById('extra_subwrapper')) document.getElementById('extra_subwrapper').style.display = 'none'; }
	}
	catch(e6)
	{
	}

	try
	{
		document.getElementById('contact_a').onmouseover = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/contact_hover.jpg\')'; }
		document.getElementById('contact_a').onmouseout = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/contact.jpg\')'; }
	}
	catch(e7)
	{
	}

	try
	{
		document.getElementById('contact_td').onmouseover = function() { if(document.getElementById('contact_subwrapper')) document.getElementById('contact_subwrapper').style.display = 'block'; }
		document.getElementById('contact_td').onmouseout = function() { if(document.getElementById('contact_subwrapper')) document.getElementById('contact_subwrapper').style.display = 'none'; }
	}
	catch(e8)
	{
	}

	try
	{
		document.getElementById('links_a').onmouseover = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/links_hover.jpg\')'; }
		document.getElementById('links_a').onmouseout = function() { this.style.backgroundImage = 'url(\'http://www.galerie-eikenaar.nl/templates/default/images/links.jpg\')'; }
	}
	catch(e9)
	{
	}

	try
	{
		document.getElementById('links_td').onmouseover = function() { if(document.getElementById('links_subwrapper')) document.getElementById('links_subwrapper').style.display = 'block'; }
		document.getElementById('links_td').onmouseout = function() { if(document.getElementById('links_subwrapper')) document.getElementById('links_subwrapper').style.display = 'none'; }
	}
	catch(e10)
	{
	}
}

function preloadImages()
{
	var __preloadImages = new Array();

	if(document.images)
	{
		for(var i = 0; i < preloadImages.arguments.length; i++)
		{
			var x = preloadImages.arguments[i];

			if(typeof(x) == 'string')
			{
				__preloadImages[i] = new Image();
				__preloadImages[i].src = preloadImages.arguments[i];
			}
			else if(x instanceof Array)
			{
				__preloadImages[i] = new Image(x[1], x[2]);
				__preloadImages[i].src = x[0];
			}
			else
			{
				// Ignore
			}
		}
	}
}

