function mhresize()
{
    // For Google search box
    resetbox();
    // For top menu pulldowns
    init();
}
window.onresize = mhresize;

function mhload()
{
		// For top menu pulldowns
		init();
}
//window.onload = mhload;  <-- this onload has been moved to the masterpage.master body tag.
mhload();
