function longVideo( ) {
	document.getElementById('bdvid').innerHTML = '<embed src="media/player.swf" width="350" height="233" bgcolor="undefined" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://www.tweevo.com/bone-dry/media/bone_dry_video.flv&controlbar=none" /><a href="#" onclick="smallVideo(); return false;">Switch to domestic client video</a>';
	return false;
}

function smallVideo( ) {
	document.getElementById('bdvid').innerHTML = '<embed src="media/player.swf" width="350" height="243" bgcolor="undefined" allowscriptaccess="always" allowfullscreen="true" flashvars="file=http://www.bone-dry.co.uk/media/video_small.flv&controlbar=none&autoplay=true" />';
	return false;
}

smallVideo();
