<!-- 
function popout(url) {
	helpwin = window.open(url, 'Summary', 'width=250,height=400,scrollbars=yes');
}
function Report(url) {
	helpwin = window.open(url, 'Report', 'width=600,height=500,resizable=yes,scrollbars=yes,menubar=yes');
}
function Pricing(url) {
	helpwin = window.open(url, 'Pricing', 'width=315,height=325,resizable=yes,scrollbars=yes');
}

function popoutHelp(url) {
	helpwin = window.open(url, 'Help', 'width=620,height=400,resizable=yes,scrollbars=yes');
}
// -->