
//FUNCTIONS FOR MENU BAR
//THESE APPEAR ON ALL PBM PAGES

function goHome()
{
	parent.body.location="./home.htm";
}
function preferredDrugs()
{
	parent.body.location="./preferredDrugs.htm";
}
function priorAuthorization()
{
	parent.body.location="./priorAuthorization.htm";
}
function stepTherapy()
{
	parent.body.location="./stepTherapy.htm";
}
function providerInformation()
{
	parent.body.location="./providerInformation.htm";
}
function recipientInformation()
{
	parent.body.location="./recipientInformation.htm";
}
function faq()
{
	parent.body.location="./faq.htm";
}
function whatsNew()
{
	parent.body.location="./whatsNew.htm";
}
function contactUs()
{
	parent.body.location="./contactUs.htm";
}
function paForms()
{
	parent.body.location="./paForms.htm";
}
function submitEmail()
{
	parent.body.location="./submitEmail.htm";
}
function goBack()
{
	parent.location="http://www.dhhs.state.nc.us/dma/";
}
