function load(e,cnt,url,w,h) {
	movie = new FAVideo("movie"+cnt,url,w,h,{
			skinPath:"ClearOverAll.swf", 
			autoLoad:true, 
			previewImagePath:"images/movie"+cnt+".jpg", 
			autoPlay:false, 
			clickToTogglePlay: true,
			skinAutoHide: true
		});
}
