// JavaScript Document
function onload_site_function() {
}

function get_top_navigation_bar() {
	loadXMLDoc(top_nav_url,top_nav_id);
}

function openwindowPodCasts()
{
	window.open("http://biochem.podcasts.imaginationplus.com/",
	"mywindow","location=1,status=1,resizable=0,scrollbars=1,width=792,height=600");
}


