$(document).ready(function() {
 
	//ACCORDION BUTTON ACTION	
	//$('div.menu_vertical').click(function() {
		//alert("test2");
	//});
 
	//HIDE THE DIVS ON PAGE LOAD	
	//$("").hide();
 
});

function GoToPage(pageurl,expand) {
	window.location = "?page_id=" + pageurl + "&expand=" + expand;
}
