/* * $Id: System.jsp,v 1.9 2009/01/09 15:02:57 olf Exp $ * Copyright 2003,2004 WorldTicket A/S * * @version $Revision: 1.9 $ $Date: 2009/01/09 15:02:57 $ * @author Claus Br�ndby Reimer (CBR) / 2M business applications a|s */ System = new Object(); System.locale = "en_GB"; System.installationId = "vildanden"; System.openWindow = function(url, width, height) { var win; win = open(url,"worldticket","width=" + width + ",height=" + height + ", scrollbars=yes") win.focus(); } // for compatibility with older versions INSTALLATION_ID = System.installationId;