/***********************************
* Autor: Ru (MeigaSoft S.L.)
* Fecha: 08.05.2007
* Descripción: Funciones
* Versión: 1.0.1
***********************************/

function AbrirVentana() {
	window.showModalDialog("visitas.htm","",'dialogHeight: 60px; dialogWidth: 310px; center: Yes; help: No; resizable: No; status: No; scroll: No;');
}

function AvisoLegal() {
	window.showModalDialog("lssicei.htm","",'dialogHeight: 400px; dialogWidth: 700px; center: Yes; help: No; resizable: No; status: No; scroll: No;');
}

function PoliticaPrivacidade() {
	window.showModalDialog("lssicei2.htm","",'dialogHeight: 400px; dialogWidth: 700px; center: Yes; help: No; resizable: No; status: No; scroll: No;');
}