function openurl(p_url) {
	location.href = p_url;
}

