/* * $Id: System.jsp,v 2b9b2cd0b140 2009/01/09 16:02:57 olf $ * Copyright 2003,2004 WorldTicket A/S * * @version $Revision$ $Date: 2009/01/09 16:02:57 $ * @author Claus Br�ndby Reimer (CBR) / 2M business applications a|s */ System = new Object(); System.locale = "se_SV"; System.installationId = "direktflyg"; 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;