function verFotoProducto(idProducto,w,h){
	//t = (screen.height - 170)/2;
	//l = (screen.width - 150)/2;
	t = (screen.height - h)/2;
	l = (screen.width - w)/2;
	//retorno = abrirVentana("verFotoProductoPopUp.php?idProducto=" + idProducto, ',scrollbars=no,height=170,top='+t+',width=150,left='+l);
    retorno = abrirVentana("verFotoProductoPopUp.php?idProducto=" + idProducto, ',scrollbars=no,height='+h+',top='+t+',width='+w+',left='+l);
}
