function areaCliente(param){
	url = '../clientes.php';
	window.open(url,'AreaCliente','width=400,height=400,location=no,scrollbars=no');
}