/*
	General file to call event functions (onload, onresize)
*/

function initPage() {
	initRollovers();
}
/*
function resizeWindow() {
	InitMenuDropdownReadjust();
}
*/

window.onload = initPage;
//window.onresize = resizeWindow;
