function abrir(url)
{
	nueva=window.open(url,"datos","width=340,height=240,scrollbars=0");

}
