function ShowVideo() {
	var str=''+
	'<script src="video/swfobject.js" type="text/javascript"></script>'+
	'<script src="video/ufo.js" type="text/javascript"></script>'+
	'<div id="placeholder" style="text-align: center;"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>'+
		'<script type="text/javascript">'+
			'var FO = {	movie:"video/flvplayer.swf",width:"320",height:"240",autoStart:"true",majorversion:"7",build:"0",bgcolor:"#FFFFFF",flashvars:"file=JNF.flv&enablejs=true&javascriptid=mpl" };'+
			'UFO.create(	FO, "placeholder");'+
		'</script>'+
	'<table border=0 cellpadding=5 cellspacing=0><tr><td>\n'+
	'<font class=norm>\n'+
	'For an overview of our company and its services, why not take a few minutes to watch this video?\n'+
	'\n'+
	'</td></tr></table>\n'+
	'<p style="text-align: center;"><b>Please remember to stop the video before closing this pop-up window.</b></p>';
	return overlib(str,STICKY,CAPTION,'&nbsp;JNF Corporate Video!',WIDTH,400,FGCOLOR,'#99CCCC',BGCOLOR,'#000000',TEXTCOLOR,'#000000',ABOVE,HAUTO,VAUTO,CLOSECOLOR,'#ffffff',CLOSESIZE,2,CAPTIONSIZE,2,CAPTIONFONT,'arial,helvetica,sans-serif',CLOSEFONT,'arial,helvetica,sans-serif',CLOSECLICK);
}
