function gb(url)
{
	window.open(url,'loja').focus();
	return false;
}

