
<!-- Begin FLASH sub logo

var flashcolor		= "020266"	// Flash achtergrondkleur
var color			= "020266"	// Header achtergrondkleur
var flashheight		= "50"		// Hoogte van de flash-animatie(Pixels)
var flashwidth		= "375"		// Breedte van de flash-animatie (Pixels)

var lines	 		= "yes"		// Lijnen boven en onder de flashanimatie
var linecolor		= "000000"	// Kleur van de lijnen
var lineheight		= "1"		// Dikte van de lijnen


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'">');

// Bovenste lijn

   if (lines == "yes") {
document.write('<tr><td height="'+lineheight+'" bgcolor="#'+linecolor+'" colspan="2">');
document.write('<img src="images/spacer.gif" width="15" height="'+lineheight+'"><br>');
}
document.write('</td></tr><tr><td ALIGN="LEFT">');
document.write('<a name="Start"></a>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="../../../download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0/#version=6,0,0,0/index.php" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="faqlogo" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="support-files/hllogo.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#'+flashcolor+'>');
document.write('<EMBED src="support-files/hllogo.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="faqlogo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="../../../www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');


// Onderste lijn

   if (lines == "yes") {
document.write('</td></tr><tr><td height="'+lineheight+'" bgcolor="#'+linecolor+'">');
document.write('<img src="images/spacer.gif" width="15" height="'+lineheight+'"><br>');
}
document.write('</td></tr></table>');





//  Einde -->