var bugRiddenCrashPronePieceOfJunk = (
	navigator.userAgent.indexOf('MSIE 5') != -1
	&&
	navigator.userAgent.indexOf('Mac') != -1
);
var W3CDOM = (!bugRiddenCrashPronePieceOfJunk && 
	document.getElementsByTagName && document.createElement);
if ((top != self.parent) && !self.disabled)
	top.location.href = 'index.html';
if (top.navi && top.navi.setNav) top.navi.setNav(location.href,'currentPage');
top.setNav = location.href;
window.onload = initialize; 
function initialize () {
	if (W3CDOM)
	if (self.init) self.init();
	parent.document.title = document.title;
}
window.onunload = remove;
function remove () {
	if (top.navi && top.navi.setNav) top.navi.setNav(location.href,'');
	top.setNav = '';
	if (self.exit) self.exit();
}