window.onload = function() {
	init();  // Initialize accordion menus
	setContent(); // Set the right height for Content and Ads div
	setWrap();  // Set the height of the wrap div
	
}


