<!--
function enlarge_image(file, w, h) {
	var video = window.open("",'video_win','width=960, height=580, resizable=no, status=yes, screenX=300, screenY=50');
	with(video.document) {
		write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">');
		write('<html xmlns="http://www.w3.org/1999/xhtml">');
		write('<head>');
		write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />');
		write('<title>ACT! - Demo</title>');
		write('</head>');
		write('<body marginheight="0" marginwidth="0" topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">');
		write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="960" height="580"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="Mike5.swf" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><embed src="Mike5.swf" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="960" height="580" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
		write('</body>');
		write('</html>');
		close();
	}
	video.focus();
}
//-->
