// JavaScript Document
function OpenHref(url){
	location.href=url;
}