// JavaScript Document
function openACTIE( )
{
	//var myPopup = window.open ('buitenland.html','mywindow'); 
	var myPopup = window.open( 'buitenland.html', '_self' );
}
