// JavaScript Document

function loadVideoPlayer_sm(name)
{
	//Assumes that the video files are hosted at the root of the HW hosted Video site (http://videos.natweststockbrokers.com)
	var f = new HW.Flash;
	f.width = 508;
	f.height = 334;
	f.src = [8,'/templates/nw/swf/FullScreenVideoPlayer_smaller_version.swf?name=http://videos.natweststockbrokers.com/' + name];
	f.id = 'videoContainerInner';
	f.load('videoContainerInner');
}