//=================================================================================================
//	You can delete these three functions if not needed.
//-------------------------------------------------------------------------------------------------
function customBodyLoad( sender )
{
	setVerzekeringSource();
}
//=================================================================================================
function customBodyResize( sender, size )
{
}
//=================================================================================================
function customBodyScroll( sender )
{
}
//=================================================================================================
function setVerzekeringSource()
{
	if (document.getElementById("frmAnnulering"))
	{
		document.getElementById("frmAnnulering").src = "http://www.unigarant.nl/webservice/premiebereken.asp?id=27958983&product=reis_kort&css=http://" + document.location.host + "/css/verzekering.css"
	}
}