function menuOn(obj)
{ //obj.style.background = '#FFAA00';
}

function menuOff(obj)
{ //obj.style.background = '';
}

function openSection(contentsURL,mainURL)
{
	parent.frm_contents.location=contentsURL;
	parent.frm_main.location=mainURL;
}