function ir(opt){
	if(opt=='clientes' || opt=='proveedores')
		document.location = opt+'.php';
}
