function openFundChanges()
	{
		windowNavi =
window.open("help.htm","dB01","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openNewFundsSearch()
	{
		windowNavi =
window.open("help.htm","dB02","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openSimCritSearch()
	{
		windowNavi =
window.open("help-search.htm","dB03","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openSECCritSearch()
	{
		windowNavi =
window.open("help-search.htm","dB04","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openRegWatchSearch()
	{
		windowNavi =
window.open("help-search.htm","dB05","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openFundChangesBrowse()
	{
		windowNavi =
window.open("help-browse.htm","dB06","toolbar=no,width=930,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openFundChangesSumm()
	{
		windowNavi =
window.open("help-summ.htm","dB07","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openNewFundsBrowse()
	{
		windowNavi =
window.open("help-browse.htm","dB08","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}

function openNewFundsDetails()
	{
		windowNavi =
window.open("help-Details.htm","dB09","toolbar=no,width=900,height=570,menubar=no,status=no,scrollbars=yes,resizable=yes");

	windowNavi.moveTo(((screen.width/2)-400),((screen.height/2)-300))
}
