  var myWidth = 0, myHeight = 0, myWidth2 = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }

	myWidth2=myWidth; if (myWidth2 < 1000) {myWidth2 = 1000};
	
document.write('<DIV style="position:absolute; left:0; top:0; width:'+(myWidth2)+'; height:73px; z-index:2; overflow:hidden;">');

document.write('<Table Width="'+myWidth2+'" Border="0" cellspacing="0" cellpadding="0" BGColor="#f5f5f5"><TR><TD Width="100%" Height="3"><IMG Src="'+hoofddir+'/../images/main/lijn.gif" Width="'+myWidth2+'" Height="3"></TD></TR></Table>');

document.write('<Table Border="0" cellspacing="0" cellpadding="0" BGColor="#f5f5f5"><TR><TD Align="Middle" Valign="Center" Width="222" Height="71"><a href="'+hoofddir+'/index.html"><IMG Border="0" USsemap="#Home" Src="'+hoofddir+'/../images/main/amitron_logo.gif"></A></TD>');
document.write('<TD Width="'+myWidth2+'">&nbsp;</TD>');
document.write('<TD Valign="TOP" Width="154"><IMG Src="'+hoofddir+'/indicatie.gif"></TD>');
document.write('<TD Valign="TOP" Width="26"><a href="'+hoofddir+'/../nl/index.html"><IMG Src="'+hoofddir+'/../images/main/knop_nederlands.gif" border="0"></a></TD>');
document.write('<TD Valign="TOP" Width="26"><a href="'+hoofddir+'/../en/index.html"><IMG Src="'+hoofddir+'/../images/main/knop_english.gif" border="0"></a></TD></TR></Table>');
document.write('</DIV>');