
function loadVideo(video,image,w,h,autoPlayYN) {
	if(!autoPlayYN){var autoPlayYN = "false";}
	if(!w){var w = "530";}
	if(!h){var h = "400";}
	// Widescreen 480x260, NTSC 480x360
	var flashvars = {
		autoplay: autoPlayYN,
		backcolor: "1259c5",
		frontcolor: "FFFFFF",
		flv: "http://jamesriverassociation.com/templates/association/av/files/"+video,
		jpg: "http://jamesriverassociation.com/templates/association/av/files/"+image};
	var params = {
		allowFullScreen: "true"};
	swfobject.embedSWF("http://jamesriverassociation.com/templates/association/av/mpw_player.swf", "video_player", w, h, "8", "http://dev.jamesriverassociation.com/templates/association/av/playerProductInstall.swf", flashvars, params);
}

/*
function loadVideo(video,image,w,h,autoStartYN) {
	var so = new SWFObject("http://jamesriverassociation.com/templates/association/av/mpw_player.swf", "swfplayer", w, h, "9", "#000000");
	so.addVariable("flv", "http://jamesriverassociation.com/templates/association/av/files/"+video);
	so.addVariable("jpg", "http://jamesriverassociation.com/templates/association/av/files/"+image);
	//so.addVariable("autoplay","true");
	so.addParam("allowFullScreen","true");
	so.write("video_player");
}
*/
