function abre(par)
{
	window.open(par);
	return;
}
