function flashvtour(vidfile,vyear) {
	//var vpath = "'" + vidfile + ".flv'";
	var vpath = "'http://mncvideos.s3.amazonaws.com/Safari" + vyear + "/" + vidfile + ".flv'";
	document.write('<object type="application/x-shockwave-flash" data="FlowPlayer.swf" width="422" height="260" id="FlowPlayer">');
    document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="FlowPlayer.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="scale" value="noScale" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="baseURL" value="videos\\" />');
	document.write('<param name="flashvars" value="config={fullScreenScriptURL: \'http://www.safarimotorcoaches.com/modelsxml/CMSMEDIA/videos/fullscreen.js\',initialScale: \'fit\', playList: [{url:' + vpath + '}]}" />');
    document.write('</object>');	
}
