function setHomeBanner()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" style="width: 178px; height: 154px;">\n');
	document.write('<param name="movie" value="content/movies/vit_home_banner.swf" />\n');
	document.write('<embed src="movies/vit_home_banner.swf" style="width: 178px; height: 154px;" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}

function setWelkomBanner()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" style="width: 562px; height: 40px;">\n');
	document.write('<param name="movie" value="content/movies/vit_home_content.swf" />\n');
	document.write('<embed src="movies/vit_home_content.swf" style="width: 562px; height: 40px;" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}
function setHomeBannerMozilla()
{
	document.write('<object type="application/x-shockwave-flash" data="content/movies/vit_home_banner.swf" width="178" height="154">\n');
	document.write('<param name="movie" value="content/movies/vit_home_banner.swf">\n');
	document.write('<img src="/images/spacer.gif" width="178" height="154" alt="">\n');
	document.write('</object>\n');
}
function setWelkomBannerMozilla()
{
	document.write('<object type="application/x-shockwave-flash" data="content/movies/vit_home_content.swf" width="562" height="40">\n');
	document.write('<param name="movie" value="content/movies/vit_home_content.swf">\n');
	document.write('<img src="/images/spacer.gif" width="562" height="40" alt="">\n');
	document.write('</object>\n');
}

function setFlashObject(name_s, path_s, width_s, height_s)
{
     document.write('<object id="'+ name_s +'" type="application/x-shockwave-flash" data="'+ path_s +'" style="width: '+ width_s +'px; height: '+ height_s +'px;">\n');
     document.write('<param name="movie" value="'+ path_s +'" />\n');
	 document.write('<img src="/images/spacer.gif" width="'+ width_s +'" height="'+ height_s +'" alt="">\n');
     document.write('</object>\n');
}