function printen(){

w=window.open('','newwin','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400');
w.document.write('<head><link href=../../scripts/css/belgacom_main_ie.css rel=stylesheet type=text/css><link href=../../scripts/css/belgacom_form_ie.css rel=stylesheet type=text/css><title>Sluit deze pagina na het afdrukken</title></head><bo'+'dy onLoad=\'window.print()\' background=../../images/bkg.gif>'+
'<table>'+document.getElementById('t1').innerHTML+
'</table></bo'+'dy>');
w.document.close(); return true

}

function PrintThisPage(naamiframe) 
  { 
	
document.frames[naamiframe].focus();
print();

   } 
