// JavaScript Document

function go(url)
{
	window.open(url); 
	return false;
}