
var new_window;

function open_about()
{
	new_window = window.open('Help/AboutSearch.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_me()
{
	new_window = window.open('Help/SearchHelpOverview.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_best()
{
	new_window = window.open('Help/BestPractices.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_want_to()
{
	new_window = window.open('Help/Search_I_Want_To1.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_dateHelp()
{
	new_window = window.open('Help/SearchDates.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_specificDateHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#Secific Date','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_specificMonthHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#Month Range','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_specificYearHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#Year Range','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_beforeAfterHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#Before Range','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_CompHelp()
{
	new_window = window.open('Help/SearchComposer.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_AllWorksHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#AllByComposer','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_SpecificWorksHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#Specific Composer','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_FreeTextHelp()
{
	new_window = window.open('Help/SearchFreeText.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_SearchMiscHelp()
{
	new_window = window.open('Help/SearchMiscellaneous.htm','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_SearchDirectorHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#Director','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_SearchPerformerHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#Performer','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}
function open_SearchConcertHallHelp()
{
	new_window = window.open('Help/Search_I_Want_To1.htm#ConcertHall','javascript_1','width=700,hight=900,resizable=yes,location=no,status=yes,menubar=yes,scrollbars=yes');
	new_window.focus;
}










