/******************************************************************************** Script that includes al the required scripts from this database Author: Eugen Cretu/RO/SOBIS Creation date: 29.09.2005 *********************************************************************************/ // Place here the required .js files. DO NOT USE PATH to the database $import("contextmenu.js"); $import("actionbar.js"); $import("viewtemplate.js"); $import("validation.js"); $import("iframes.js"); $import("FastSelect.js"); $import("popup_calendar.js"); $import("portlet/navigation_tabs.js"); $import("autocomplete.js"); function $import(path){ var i, base='/templateweb/Setari.nsf/'; document.write("<" + "script src=\"" + base + path + "\">"); } function ShowHelp(id){ var w=self.screen.width*0.9; var h=self.screen.height*0.9; var strJump="/"+getPath0()+'/Help.nsf/vwHelpCap/'+id+'?OpenDocument' helpwindow=window.open(strJump,'Ajutor','status=no,resizable=yes,scrollbars=yes,top=10,left=10,width=700,height=500'); helpwindow.resizeTo(w,h); //Razvan Boitor - am modificat marimea ferestrei Help, sa fie relativa la dimensiunea ecranului. }