function doLink(core_name,option){
	if (!option){
		parent.nav.location.href = core_name + ".htm";
		parent.content.location.href = core_name + "_b.htm";
	} else {
		parent.nav.location.href = "default_nav.htm";
		parent.content.location.href = core_name + "_b.htm";
	}
}