// Break out of frames
if (top != self) { top.location=self.document.location; }

// Fix width/height for padding interpretation in MSIE
if (navigator.appName.indexOf("Internet Explorer") != -1) {
	document.write('<style type="text/css">');
	document.write('DIV.menu-head { width: 162px; height: 29px; }');
	document.write('DIV.menu { width: 162px; }');
	document.write('DIV.content-head { width: 580px; height: 35px; }');
	document.write('DIV.content { width: 580px; height: 246px; }');
	document.write('DIV.section-header { position: relative; z-index: -1; }');
	document.write('DIV.section-header-nav { position: absolute; right: 12px; top: -6px; }');
	if (navigator.userAgent.indexOf("Mac") != -1) {
		document.write('DIV.content { height: auto; min-height: auto; }');
	}
	document.write('</style>');
}