/* * $Id: System.jsp,v 1.5 2006/10/20 14:25:59 hack Exp $ * Copyright 2003,2004 WorldTicket A/S * * @version $Revision: 1.5 $ $Date: 2006/10/20 14:25:59 $ * @author Claus Br�ndby Reimer (CBR) / 2M business applications a|s */ System = new Object(); System.locale = "no_NO"; System.installationId = "airnorway"; 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;