	function openPopup(source_page,title,toolbars,resizable,scrollbars,width,height) {
		var NewWindow = window.open(source_page, title, 'toolbars='+toolbars+',resizable='+resizable+',scrollbars='+scrollbars+',width='+width+',height='+height);
		NewWindow.focus();
	}

