<!--
// DEFAULT

//Style sheet
var StyleStr = "";

{
	StyleStr =	"<STYLE type='text/css'>" +
	" A:link {text-decoration: none; color:#0000ff; }" +
	" A:visited {text-decoration: none; color:#0000ff; }" +
	" A:hover  {text-decoration: none; color:#a0a0a0; }" +
	" A:active {text-decoration: none; color: #289f82; }" +

	" A.ff:link      {text-decoration: none; font-weight:normal; color: #ffffff; }" +
	" A.ff:visited {text-decoration: none; font-weight:normal; color: #ffffff; }" +
	" A.ff:hover   {text-decoration: none; color:#0000ff;}" +
	" A.ff:active   {text-decoration: none; font-weight:normal; color: #289f82; }" +

	" A.fg:link      {text-decoration: none; font-weight:normal; color: #000000; }" +
	" A.fg:visited {text-decoration: none; font-weight:normal; color: #000000; }" +
	" A.fg:hover   {text-decoration: none; color:#0000ff;}" +
	" A.fg:active   {text-decoration: none; font-weight:normal; color: #289f82; }" +

	" A.af:link      {text-decoration: none; font-weight:normal; color: #afafaf; }" +
	" A.af:visited {text-decoration: none; font-weight:normal; color: #afafaf; }" +
	" A.af:hover   {text-decoration: none; color:#0000ff;}" +
	" A.af:active   {text-decoration: none; font-weight:normal; color: #289f82; }" +

	" A.www:link      {text-decoration: none; color:#000000; }" +
	" A.www:visited {text-decoration: none; color:#000000; }" +
	" A.www:hover   {text-decoration: none; color:#0000ff; }" +
	" A.www:active {text-decoration: none; color:#289f82; }" +

      " A.web:link    {text-decoration: none; font-weight:none; color:#0000ff; }" +
      " A.web:visited {text-decoration: none; font-weight:none; color:#0000ff; }" +
      " A.web:hover	  {font-weight:bold; color:0000ff; }" +
      " A.web:active  {text-decoration: none; color:289f82; }" +

	" A.vet:link      {text-decoration: none; font-weight:normal; color:#000000; }" +
	" A.vet:visited {text-decoration: none; font-weight:normal; color:#000000; }" +
	" A.vet:hover   {text-decoration: none; font-weight:bold; color:#0000ff;}" +
	" A.vet:active   {text-decoration: none; font-weight:bold; color:#289f82; }" +

	" h1 { font-family: Arial,Verdana,Helvetica; font-size:15pt; color:#464646; }" +
	" h2 { font-family: Arial,Verdana,Helvetica; font-size:14pt; color:#464646; }" +
	" h3 { font-family: Arial,Verdana,Helvetica; font-size:13pt; color:#464646; }" +
	" h4 { font-family: Arial,Verdana,Helvetica; font-size:12pt; color:#464646; }" +
	" h5 { font-family: Arial,Verdana,Helvetica; font-size:11pt; color:#464646; }" +
	" h6 { font-family: Arial,Verdana,Helvetica; font-size:10pt; color:#464646; }" +
	" h7 { font-family: Arial,Verdana,Helvetica; font-size:9pt; color:#464646; }" +

	" strong { font-family: Arial,Verdana,Helvetica; font-size:9pt; color:#289f82; }" +
	" em { font-family: Arial,Verdana,Helvetica; font-size:9pt; color:#289f82; }" +
	" tt { font-family: Courier; font-size:9pt; color:#000000; }" +
	" pre { font-size:10pt; color:#000000; }" +
	" body { font-family: Arial,Verdana,Helvetica; font-size:10pt; color: #000000; }" +
      " td {font-family: Arial,Verdana,Helvetica; font-size:10pt; }" +
      ".tip {font-family: Verdana, arial, helvetica, sans-serif; font-size: 8pt; }" +

      ".frame00	{ background: #ffffff; 	border:	1px solid #002654; }" +
      ".frame0	{ background: #ffffff; border: 2px solid #002654; }" +
      ".frame1	{ background: #FFFFFF; border-top:	1px solid #00a1cb; border-left: 1px solid #00a1cb; border-right: 1px solid #00a1cb; border-bottom: 1px solid #00a1cb; }" +
      ".frame2 	{ background:	#FFFFFF; border-top: 1px solid #afafaf; border-left: 1px solid #afafaf; border-right: 1px solid #afafaf; border-bottom: 1px solid #afafaf; }" +
	"</STYLE>";
}

{
	document.write(StyleStr);
}


// Terug naar vorige document
function goHist(a)
{
   history.go(a);      // Ga naar vorig document.
} 

// Stay on top
function stayOnTop() {
window.focus();
setTimeout("stayOnTop()", 500);
}


// Max
function Max(url11) {
var remote11Win = 
window.open(url11,'remote11','directories=no,location=no,status=no,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=560,width=790,top=0,left=0');
}


// Nieuw venster voor nota benes
function Nota(url0) {
var remote0Win = 
window.open(url0,'remote0','directories=no,location=no,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,copyhistory=no,height=225,width=375,top=0,left=0');
}


// Nieuw venster voor Info-documenten
function Info(url1) {
var remote1Win = 
window.open(url1,'remote1','directories=no,location=no,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,copyhistory=no,height=300,width=500,top=0,left=0');
}


// Nieuw venster voor HTML-documenten (menubar=yes toolbar=yes)
function New(url2) {
var remote2Win =
window.open(url2,'remote2','directories=no,location=no,status=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=440,width=620,top=0,left=0');
}


// NewWindow
function NewWindow(url3) {
var remote3Win =
window.open(url3,'remote3','directories=no,location=no,status=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=440,width=620,top=0,left=0');
}


// NewWin
function NewWin(url4) {
var remote4Win = 
window.open(url4,'remote4','directories=no,location=no,status=no,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=440,width=620,top=0,left=0');
}


// ResourceWindow
function ResourceWindow(url5) {
var remote5Win = 
window.open(url5,'remote5','directories=no,location=yes,status=yes,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,copyhistory=yes,height=540,width=790,top=0,left=0');
}

// Nieuw venster voor Pdf-documenten
function Pdf(url6) {
var remote6Win = 
window.open(url6,'remote6','directories=no,location=no,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,copyhistory=no,height=470,width=690,top=0,left=0');
}

// Nieuw 2e venster voor acrobat reader
function Acro(url7) {
var remote7Win = 
window.open(url7,'remote7','directories=no,location=no,status=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,copyhistory=no,height=470,width=690,top=30,left=30');
}

// Nieuw 2e venster voor extra toelichting (toolbar=yes menubar=yes)
function PopWin(url8) {
var remote8Win = 
window.open(url8,'remote8','directories=no,location=no,status=no,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=440,width=620,top=30,left=30');
}


// Nieuw 2e venster voor toelichting op bijvoorbeeld wetsartikel (menubar=yes)
function Toelichting(url9) {
var remote9Win = 
window.open(url9,'remote9','directories=no,location=no,status=no,menubar=yes,toolbar=no,scrollbars=yes,resizable=yes,copyhistory=no,height=400,width=620,top=60,left=60');
}


// Nieuw venster voor berekeningen
function Form(url10) {
var remote10Win =
window.open(url10,'remote10','directories=no,location=no,status=no,menubar=no,toolbar=yes,scrollbars=yes,resizable=yes,copyhistory=no,height=480,width=620,top=30,left=30');
}


// Opheffen vensterfouten
function stopError() {
return true;
}
window.onerror=stopError;

// foto in een nieuw venster
function selectWin(source,h1,w1){
 newWin = window.open(source,'','height=' + h1 + ',width=' + w1 + ',top=0,left=0');
}


// -->
