// <![CDATA[

var localInit;

// Attach onload event for internet explorer to fix ie6 float-height bug
if (document.all && window.attachEvent) {
	window.attachEvent("onload", fixWinIE);
}

// Fix ie6 float-height bug
function fixWinIE() {
    if (document.all.page != null && document.body.scrollHeight < document.all.page.offsetheight) {
    	document.all.page.style.display = 'block';
	}
}


// ]]>