
//<![CDATA[

Cufon.replace('h1', { fontFamily: 'Lucida Grande' });
Cufon.replace('h2', { fontFamily: 'Lucida Grande' });
Cufon.replace('h3', { fontFamily: 'Lucida Grande' });
Cufon.replace('a.top-level', { 
	hover: true,
	fontFamily: 'Lucida Grande' 
});

			
function clearText(field)
{   
	if (field.defaultValue == field.value) field.value = '';
   	else if (field.value == '') field.value = field.defaultValue;
}

window.addEvent('domready', function(){
	var ss_data = { 'template-home1.jpg': { caption: ''},
					'template-home2.jpg': { caption: ''},
					'template-home3.jpg': { caption: ''},
					'template-home4.jpg': { caption: ''},
					'home-overal-bereikbaar.jpg': { caption: ''}
	};
			
	var slideshowHome = new Slideshow('slideshow-home', ss_data, { delay: 5000, duration: 1000, width: 700, height: 360, captions: false, controller: false, hu: '/images/web/slideshow-images/'});

	var ref_data = {'ref-avc.jpg': { caption: ''},
					'ref-pharmeon.jpg': { caption: ''},
					'ref-telesat.jpg': { caption: ''}
	};
			
	var slideshowReferences = new Slideshow('slideshow-refs', ref_data, { delay: 5000, duration: 1000, width: 250, height: 125, captions: false, controller: false, hu: '/images/web/referenties/'});

});



//]]>


