function initialize(){
	obj = document.getElementById("navTop")
//	obj.style.top = 75; //fixes a bug in the clipping animation
	ihtScreen = new screenObject();
	if (document.getElementById("articleBody") != null) initArticle();	  //lays out the article in columns(if one exists)
	// userEventsInit(); //set up all user events
	//if document.onclick = eventHideMenu; //hides menus when the body is clicked on !! not needed anymore !!
	document.onmousemove = mousePosition; //moz
//	window.onresize = windowResize;
//	initClippings(); //initialize clippings
}


function closePage()
{
	if( saveClippings )
	saveClippings();
}

function displayFix(){
if (!document.layers)
	document.getElementById("bodyNode").style.display = "block"
}

//window.onload = displayFix;

//window.onunload = closePage;

if (document.all) classFix = "className";
else classFix = "class"
