function Home(){
	window.location='index.php';
}
function About(){
	window.location = 'about.php';
}
function Services(){
	window.location = 'services.php';
}
function Portfolio(){
	window.location = 'portfolio.php';
}
function Contact(){
	window.location = 'contact.php';
}
