function expresion(url)
{
	window.open('','enlace');
	document.frames['counter'].location=url;
}