/* openen van nieuw, kaal window */

function Start(page,hoogte,breedte,scrollbar)
{
OpenWin = this.open(page, "CtrlWindow", "width="+breedte+", height="+hoogte+", toolbar=no,menubar=no,location=no,scrollbars="+scrollbar+",resizable=no");
}

/* print functie */

function uitprinten()
 {
  window.print()
 }


/* link banner1 vanuit de home: uitvaartmeter */ 

function changeurl_banner1_home()
{
parent.v_top.location.href="advies/v_top.htm"
parent.inhoud.location.href="advies/inhoud_begraven.htm"
}


/* link banner2 vanuit de home: premieberekening*/

function changeurl_banner2_home()
{
parent.v_top.location.href="advies/v_top.htm"
parent.inhoud.location.href="premieberekening/start.asp"
}


/* link banner 3 vanuit de home: uitvaartchecklist */

function changeurl_banner3_home()
{
parent.v_top.location.href="informatie/v_top.htm"
parent.inhoud.location.href="informatie/checklist_uitvaart.htm"
}

/* link banner1: uitvaartmeter */

function changeurl_banner1()
{
parent.v_top.location.href="../advies/v_top.htm"
parent.inhoud.location.href="../advies/inhoud_begraven.htm"
}


/* link banner2: premieberekening */

function changeurl_banner2()
{
parent.v_top.location.href="../advies/v_top.htm"
parent.inhoud.location.href="../premieberekening/start.asp"
}

/* link banner3: uitvaartchecklist */

function changeurl_banner3()
{
parent.v_top.location.href="../informatie/v_top.htm"
parent.inhoud.location.href="../informatie/checklist_uitvaart.htm"
}

/* fade in van linkjes */
<!-- Beginning of JavaScript -

col1 = new Array()
col1[0]="C00141"
col1[1]="C00141"
col1[2]="C30E4B"
col1[3]="CF3E6E"
col1[4]="D75B84"
col1[5]="DF7D9C"
col1[6]="E490AB"
col1[7]="E79AB2"
col1[8]="EBADC0"
col1[9]="EFBDCC"
col1[10]="F3CBD7"
col1[11]="F7DCE3"
col1[12]="FAE6EB"
col1[13]="FCEFF1"
col1[14]="FDF4F5"
col1[15]="FFFFFF"
col1[16]="FFFFFF"

col2 = new Array()
col2[0]="CF3E6E"
col2[1]="CF3E6E"
col2[2]="CF3E6E"
col2[3]="CF3E6E"
col2[4]="CF3E6E"
col2[5]="DF7D9C"
col2[6]="E490AB"
col2[7]="E79AB2"
col2[8]="EBADC0"
col2[9]="EFBDCC"
col2[10]="F3CBD7"
col2[11]="F7DCE3"
col2[12]="FAE6EB"
col2[13]="FCEFF1"
col2[14]="FDF4F5"
col2[15]="FFFFFF"
col2[16]="FFFFFF"

i_col2=0
i_col1=0
doani=1

var timer
var thislink1
var thislink2
var thislink3

function animatelink() 
{
  if (document.all) 
  {
    if (doani==1) 
    {
      if (i_col1<=col1.length-1) 
      {
        thislink1.color=col1[i_col1]
		thislink2.color=col2[i_col2]
        i_col1++
		i_col2++
        timer=setTimeout("animatelink()",100)
      }
      else 
      {
        i_col1=0
        doani=0
        clearTimeout(timer)
	//timer=setTimeout("animatelink()",100)
      }
    }
    else
      {
        clearTimeout(timer)
      }
  }

}

function startanimation(mylink1, mylink2) 
{
  clearTimeout(timer)
  thislink1=eval("document.all."+mylink1+".style")
  thislink2=eval("document.all."+mylink2+".style")
  doani=1
  animatelink()
}	





function animatelink_drie() 
{
  if (document.all) 
  {
    if (doani==1) 
    {
      if (i_col1<=col1.length-1) 
      {
        thislink1.color=col1[i_col1]
        thislink3.color=col2[i_col2]
		thislink2.color=col2[i_col2]
		
        i_col1++
		i_col2++
        timer=setTimeout("animatelink_drie()",100)
      }
      else 
      {
        i_col1=0
        doani=0
        clearTimeout(timer)
	//timer=setTimeout("animatelink_drie()",100)
      }
    }
    else
      {
        clearTimeout(timer)
      }
  }

}

function startanimation_drie(mylink1, mylink2, mylink3) 
{
  clearTimeout(timer)
  thislink1=eval("document.all."+mylink1+".style")
  thislink2=eval("document.all."+mylink2+".style")
  thislink3=eval("document.all."+mylink3+".style")
  doani=1
  animatelink_drie()
}	


// - End of JavaScript - -->