
function GoUrl(url2go){
	window.open(url2go,'__out__');
}
