function load(name) {
top.breadcrumbs.location.replace("/breadcrumbs.asp?new_name=" + name + "&new_url=" + top.content.location.pathname);
}

function checkFrames(page)
{
	if(top.document.URL.indexOf("index.html") == -1 && top.document.URL.lastIndexOf('/') != top.document.URL.length - 1)
	{
		top.location.replace("./index.html?page=" + page);
	}
}

function newInfoWin(infoWin) {
infoWindow = window.open(infoWin,'infoInfo','toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=no,resizable=no,width=400,height=350');
infoWindow.focus();
}

var months = new Array("","January","February","March","April","May","June","July","August","September","October","November","December");
