// JavaScript Document
function flv(d, f, w, h){
	Shadowbox.open({title:d,type:'flv',content:f,width:w,height:h});
	}

