function openDefaultPage(){
	location.href=url;
}
function openUrl(newUrl){
	location.href=newUrl;
}
