function getURL(p) {
	switch(p) {
		case 'aboutus': window.location.href='aboutus.php'; break;
		case 'businessplan': window.location.href='services.php'; break;
		case 'services': window.location.href='services.php'; break;
		case 'marketplace': window.location.href='marketplace.php'; break;
		case 'financialservices': window.location.href='services.php'; break;
		case 'fleetprograms': window.location.href='fleet_programs.php'; break;
		case 'higherlearning': window.location.href='higher_learning.php'; break;
		case 'onlinestore': window.location.href='store.php'; break;
		case 'news': window.location.href='news.php'; break;
		case 'contact': window.location.href='contactus.php'; break;
		case 'clientlogin': window.location.href='account.php'; break;
		case 'home': window.location.href='index.php'; break;
	}
}
