// JavaScript Document

function Go(obj) {
	cil= obj.href;
	window.open(cil);
	}

