function placeButtonHere( titel , link , actief ){
	
	var w = (titel.length * 8) + (2*14);

	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', w,
			'height', '52',
			'src', './images/button',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'button',
			'bgcolor', '#dddddd',
			'name', 'button',
			'menu', 'true',
			'allowFullScreen', 'true',
			'allowScriptAccess','sameDomain',
			'movie', './images/button',
			'flashVars' , ('titelText=' + titel + '&link=' +link + '&actief=' + actief ),
			'salign', ''
			); //end AC code
	}
}

function replaceText( target ){

}

function placeVisual(){
	AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0',
		'width', '980',
		'height', '300',
		'src', './images/slider',
		'quality', 'high',
		'pluginspage', 'http://www.adobe.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'showall',
		'wmode', 'transparent',
		'devicefont', 'false',
		'id', 'slider',
		'bgcolor', '#cccccc',
		'name', 'slider',
		'menu', 'true',
		'allowFullScreen', 'false',
		'allowScriptAccess','sameDomain',
		'movie', './images/slider',
		'salign', '',
		'flashVars' , 'XMLFile=./classes/input.xml'
	); //end AC code
}
