// JScript source code





function getDisplay(whichDisplay)

{

	

	

	

	var aboutUs

	var essential

	var contactUs

	var whatToDisplayText

	var whatToDisplayTitle

	var labelTitle

	var labelText

	

	//about us variable

	aboutUs = "The Grant Professional has been writing grants and facilitating workshops for over 20 years. he Grant Professional provides the following services:
 
Grant Workshops

    * Grant Development
    * Grant Searches
    * 501(c)(3) Non profit development
    * Partnership Development; MOUs
    * Board Development."



	//Clients variable

	clients = "<b>Buffalo Soldiers<br><br>"

	clients = clients + "<b>China Agricultural University-Beijing<br><br>"

	clients = clients + "<b>Ebony Racquet Club<br><br>"

	clients = clients + "<b>Garner Road YMCA<br><br>"

	clients = clients + "<b>Raleigh Black Chamber of Commerce<br><br>"

	clients = clients + "<b>Raleigh Ringers<br><br>"

	clients = clients + "<b>Shaw University<br><br>"

	clients = clients + "<b>Southeast Raleigh Assembly (SERA)<br><br>"

	clients = clients + "<b>UDI-Community Development Corporation<br><br>"

	clients = clients + "<b>Wake County Public Schools: Ligon & Fuller<br><br>"

	

	//essential components variable

	essential = "<b>Cover Letter:</b> Talks about organization making request, the support of the board of directors for the project and the specific financial request (1 page).<br><br>"

	essential = essential + "<b>Summary:</b> Contains identification of the applicant, qualification to carry out the project, specific purpose of the grant, anticipated end result, amount of request and total project budget (usually 1-page).<br><br>"

	essential = essential + "<b>Introduction or Background:</b> Presents the organization’s qualifications to carry out the proposed project. Qualifications include—is organization fiscally secure, well managed, providing an important community service and has the respect of the community. Purpose of this section is to establish credibility with your funder.<br><br>"

	essential = essential + "<b>Problems / Needs assessment:</b> Describes the situation that the proposed project will try to improve or eradicate. (stated in the negative).<br><br>"

	essential = essential + "<b>Goals, Objectives, and Outcomes:</b> Outlines a vision for success in both broad and pragmatic terms. (stated in the positive).<br><br>"

	essential = essential + "<b>Methods:</b> Describes the project idea and the action that will be taken.<br><br>"

	essential = essential + "<b>Evaluation:</b> Explains how the organization will measure whether it met its goals, objectives and outcomes.<br><br>"

	essential = essential + "<b>Budget:</b> Analyzes the project’s costs and sources of income.<br><br>"

	essential = essential + "<b>Future and additional funding:</b> Discusses how the balance of needed funds will be raised if a grant is awarded and how its cost will be covered in the future. This can also be a statement of sustainability—how will the organization sustain itself once the grant has ended."

	

	

	//contact us variable

	contactUs = "Contact The Grant Professional via email at <a href=mailto:angela@grantprofessional.com>" + 'angela@grantprofessional.com' + "</a> or via phone at 919-832-2512. "

	

	

	

	

	if(whichDisplay == 1)

	{

		

		whatToDisplayText = aboutUs;

		whatToDisplayTitle = "About Us";

		

	}

	

	else if (whichDisplay == 2)

	{

		whatToDisplayText = essential

		whatToDisplayTitle = "Essential Components of a \"Winning\" Grant Proposal"

	}

	

	else if (whichDisplay == 3)

	{

		whatToDisplayText = contactUs

		whatToDisplayTitle = "Contact Us"

	}



	else if (whichDisplay == 4)

	{

		whatToDisplayText = clients

		whatToDisplayTitle = "Clients"

	}	

	

	labelTitle = '<label id="lblTitle">' + whatToDisplayTitle + '</label>'

	document.getElementById('lblTitle').innerHTML = labelTitle

	

	labelText = '<label id="lblTitle">' + whatToDisplayText + '</label>'

	document.getElementById('lblText').innerHTML = labelText

	

	

	

}



function openWindow()

{

	myWindow = window.open("fees.htm", "Fees", 'width=420,height=350,scrollbars=yes,resizable=yes') 

}





function openWorkshopAgenda()

{

	myWindow = window.open("Workshop_Agenda.doc","",'toolbars=no,menubar=yes')

}







function openFacilitator()

{

	myWindow = window.open("aboutfacilitator.htm", "Facilitator", 'width=420,height=350,scrollbars=yes,resizable=yes') 

}





function openWindow2()

{

	myWindow = window.open("commentsfromgrantworkshops.htm", "Comments", 'width=420,height=350,scrollbars=yes,resizable=yes') 

}
