

function acrossFrames()
{

if (document.QuickLinks.QuickLinks2.options[0].selected)
parent.frames[0].location='cibc_welcome.html'

if (document.QuickLinks.QuickLinks2.options[1].selected)
parent.frames[0].location='cibc_directions.html'

if (document.QuickLinks.QuickLinks2.options[2].selected)
parent.frames[0].location='state_of_faith.html'

if (document.QuickLinks.QuickLinks2.options[3].selected)
parent.frames[0].location='contact_cibc.html'

if (document.QuickLinks.QuickLinks2.options[4].selected)
parent.frames[0].location='camp_harvest.html'

}


