	// js for Flash popup
	function demoViewer(theURL,winName,features) { 
  newWin=window.open(theURL,winName,'width=575,height=400,scrollbars=no,resizable=yes,menubar=yes');
  newWin.focus();
	}