// JavaScript Document


function GoUrl(url){
	document.location.href = (url);
}

function go(url){
	window.open(''+url+'','','');	
}