/*
	DUPLA DISEŅO (c) 2008
	All Rights Reserved.
*/

/*
	Este script permite hacer varias funciones
*/

function new_window(url) {

link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=650,height=350,left=80,top=80");

}

function new_window1(url) {

link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=750,height=550,left=80,top=80");

}

function init() {
	define('Nombre', 'string', 'Nombre del a entidad',4);
	define('Email', 'email', 'e-mail');
}
