function getPage($inp) {
	if($inp) {location.href=$inp;}
	else {return false;}
}
