var query = this.location.search.substring(1)
var qlen = query.length
var parm1 = query.indexOf("=")+1
var parm2 = query.indexOf("&")
var val = query.substring(parm1, parm2)
var parm3 = query.lastIndexOf("=")+1
var i = query.substring(parm3, qlen)
var val = (val.indexOf('img/') == -1) ? i : val;
//alert('val.indexOf("img/"): ' + val.indexOf("img/"));

Strings = new Array('The Acer EMEA portal gives users real-time, centralized access to product and sales information.',
					'The Web services-based order management system unifies business operations across the region.',
					'PHProjekt is a Web-based project management system available from hotscripts.com that now runs on NetWare.',
					'In a ZENworks Middle Tier environment, ZENworks Desktop Management Agents running on workstations with LAN connections connect to file servers by way of the Novell or Microsoft client (2). When running on workstations without LAN connections, Agents connect to file servers indirectly via the Middle Tier Server (1).',
					'When ZENworks Desktop Management Agents connect to Middle Tier servers via HTTP connections, the Web server platform on which the Middle Tier Server runs establishes session cookies. These sessions terminate when a pre-configured amount of time has lapsed during which no communication transpires or when the user logs out of eDirectory. The Middle Tier Server maintains its connections to eDirectory for the length of each of these sessions.',
					'Middle Tier servers running on identical hardware exhibit different performance capabilities depending on the operating system. Middle Tier Server software running on Netware 6 support 600 users logging in and downloading 3 MB of data. An identical machine with the same Middle Tier Server software running on Microsoft Windows 2000 supports only 300 users.',
					'A Middle Tier Server with two Pentium IV, 2.6 GHz processors and 2 GB RAM supports 740 workstations but takes two minutes to serve up a 66 MB application over a 100 Mbps connection to the eDirectory server. Upgrading this connection to 1 Gbps improves performance considerably decreasing the login time to only 30 to 40 seconds. Delivering .msi files over a mapped drive further increases performance, reducing login time to fewer than 20 seconds.',
					'Running the GroupWise CSR Generation utility (GWCSRGEN.EXE) allows you to generate a Certificate Signing Request (CSR).',
					'The Issue Certificate dialog allows you to choose various options for your certificate. GroupWise agents must have both Data Encipherment and Key Encipherment to properly load the certificates.',
					'When SSL is enabled, the GroupWise 6.5 client shows what SSL is enabled with a padlock icon in the lower right-hand corner of the interface.',
					'The Webaccess Agent log file should be similar to this log file.',
					'On the SSL Settings property page of the MTA, indicate the path to the Certificate and the Key. These files are used to encrypt MTA to MTA and MTA to POA communication.',
					'On this POA Properties dialog, the POA has been configured to communicate via SSL to the MTA.',
					'On this MTA Properties dialog, communication between MTAs is configured as SSL over port 7100.',
					'When SSL is enabled and functioning, you can confirm from the POA Log Screen that SSL communication is enabled on the line reading "Message Transfer over SSL: Enabled."',
					'When enabling SSL on the GroupWise Internet Agent other Internet hosts that support SSL will communicate via SSL/TLS to the GWIA.',
					'With Telnet you can confirm that the GWIA is supporting SSL/TLS. The SMTP extension for SSL/TLS support is called STARTTLS on line seven of this screenshot.',
					'GroupWise Agent HTTP monitoring sessions can even be secured via SSL.',
					'An Apache Web server listening on port 443 with SSL.',
					'The GroupWise Messenger Agent (Instant Messaging) is configured with a certificate and key, just like the other GroupWise agents.',
					'When the GroupWise Messenger Agent and the GroupWise Messenger Client are communicating via SSL, the GroupWise Messenger client shows a padlock in the upper right-hand corner of the interface.');

function wOpen(URL,w,h) {
	var attr=(typeof w!= 'undefined')?'width='+w+',height='+h+',scrollbars,resizable':'';
	var winOpen=window.open(URL,'wexternal',attr);
	if (winOpen) winOpen.resizeTo(w,h);
	if (winOpen.blur) winOpen.focus();
}
