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('<strong>Managed Resources</strong> - Through the use of policies, employees automatically gain or lose access to appropriate managed resources.',	// 0
					'Michigan State Police Provides Single Sign-on Access to Applications, Based on User Identity',	// 1
					'You can search the SUSE Linux hardware database to determine the degree to which Linux supports your hardware devices. Support is indicated by the words: not, partially, problematic, full, or unknown.',	// 2
					'You can install SUSE Linux Standard Server 8 using a graphical user interface (GUI) or text mode. From this screen, you initiate the GUI by selecting the default-installation option or initiate the text-mode option by pressing the F2 key.',	// 3
					'Novell recommends the Basic installation option if you plan to run Nterprise Linux Services atop your SUSE Linux platform. The Basic option installs only the components you need to get SUSE Linux Standard Server 8 up and running.',	// 4
					'Yet another Setup Tool 2 (YaST2) shows you the number and type of partitions it will create by default for SUSE Linux Standard Server 8, as well as the space it will devote to each partition.',	// 5
					'By forwarding mail to a user account with fewer privileges than the root account, you ensure that you receive notifications about system and application errors.',	// 6
					'Using the AND/OR logic feature, simply create one application object and add multiple system requirements to it.',	// 7
					'AdminStudio ZENworks Edition captures all changes during an installation, performs appropriate scans and then generates an MSI file to deliver that application.',	// 8
					'With MST files, you can customize and pre-configure the installation of any MSI application to minimize end-user interaction with the application at installation time&ndash;keeping your environment consistent and standard.',	// 9
					'The new custom inventory query viewer allows you to customize your view of the inventory database.',	// 10
					'Using the "tear off" feature, you can now monitor two or more segments simultaneously from the same management interface.',	// 11
					'Red Carpet Enterprise uses a fully Web-enabled management interface to provide you with what you need to keep your Linux systems secure and up to date.',	// 12
					'ZENworks Patch Management is fully administered through a browser-based interface.',	// 13
					'You have access to all the reports which list all the patches your systems require.',	// 14
					'Just click the plus sign to see the vulnerability report detail.',	// 15
					'Notice that the targeted WinXP group here is a System Computer Group and is based on the Windows XP platform.',	// 16
					'If a required patch is not installed, ZENworks automatically transmits the missing patch to the non-compliant system and installs it.',	// 17
					'Define the Proxy address and port that are used as an alternate address to connect to the post office.',	// 18
					'The GroupWise client rolls over the Proxy Server address and begins to synchronize.',	// 19
					'GroupWise 6.5.1 POA displays a redirection table through the HTTP interface. Note the proxy server address and port for each post office in the GroupWise system.',	// 20
					'Documenting your IP address and port layout prior to beginning setup may alleviate several headaches later on.',	// 21
					'The post offices for which you\'re installing the agents are not defined during the GroupWise 6.5 Agent installation because customized POA startup files are built later.',	// 22
					'Note the password in this POP login: "seethecleartextpassword"&mdash;just to make sure it stands out.',	// 23
					'NetScan Tools Pro provides great flexibility when configuring a port probe.',	// 24
					'Aida32 presents a clear listing of licensed software on the target system.',	// 25
					'LANguard performs a series of queries to identify the operating system, host name, open ports and vulnerabilities. It has a nicely designed interface, solid OS fingerprinting and is easily configurable.',	// 26
					'Brutus runs through an FTP password crack routine.',	// 27
					'The Keyghost keylogger barrel connector (above) captures the traffic. Place the keylogger on a second system before typing in the password and the Keyghost menu (below) will appear.',	// 28
					'Specter has a well-organized interface, making it simple to configure.',	// 29
					'The Tiered Distribution View shows the status of a given distribution.');	// 30

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();
}
