function resizeFrame()
{
	var height= Math.max(xHeight("left"), xHeight("center"));
	if ( height<444) height=444;
	xHeight("left", height);
	xHeight("center", height);
}

function toolbarMouseOver(obj)
{
	obj.style.backgroundImage = 'url(http://www.sanidesign.be/documents/graphics/templates/bg-menu-selected.gif)';
}

function toolbarMouseOut(obj)
{
	obj.style.backgroundImage = 'url(http://www.sanidesign.be/documents/graphics/templates/bg-menu.png)';
}

function contactMouseOver(obj)
{
	obj.style.backgroundImage = 'url(http://www.sanidesign.be/documents/graphics/templates/bg-menu-selected.gif)';
}

function contactMouseOut(obj)
{
	obj.style.backgroundImage = 'url(http://www.sanidesign.be/documents/graphics/templates/bg-contact.gif)';
}

