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('Innerweb is an employee portal built on industry-standard Novell technologies. With an Internet connection and using virtually any Web browser, Novell employees can log in to innerweb, where they can access everything they need to be productive.',	// 0
					'What employees can see and do on innerweb depends on their identity, which is quantified by title, department, location and personal preferences, such as color scheme preferences.',	// 1
					'Innerweb\'s most popular tool, Novell eGuide enables Novell employees to search for contact and organizational information about other employees, including their photo, title, instant messaging ID, phone, cell, department and manager. By clicking the Organizational Chart tab, employees also can view where the searched-for employee sits on the company ladder.',	// 2
					'Novell iPrint, another core innerweb technology, enables employees to find and print to any printer in any of the Novell offices worldwide (including the Sydney  office, shown here) without having to leave their desks.',	// 3
					'To date, there are more than 300 reports available...Which reports they see depends on their identity. IS&amp;T managers can view helpdesk statistics in real time.',	// 4
					'To make their files available from anywhere, employees need only save them in the iFolder on their desktops or laptops, after which they can access those files from anywhere they have an Internet connection and a standard browser.',	// 5
					'From the Employee Self-Service tool, employees can manage their own personal personnel information, such as address, objectives, inventory, expense reports, payroll, vacation, etc.',	// 6
					'Perhaps the most useful of these self-help tools is the password self-administration tool, which has decreased password-related helpdesk calls by 83 percent.',	// 7
					'Individual machines can be arranged into groups, and all you need to create a group is a name to apply to the machines. Alternately, you can search through some or all of the available machines and create an ad-hoc or temporary group.',	// 8
					'To create a transaction, go to the Transactions page in the Web interface, click New, and follow the instructions to select a transaction type, start time, and the channels and packages to update or install.',	// 9
					'Whether it\'s a simple OS update or a complex deployment of thirdparty and in-house software, Red Carpet Enterprise offers easy-to-use, low-cost resource management for a range of Linux distributions and network architectures.',	// 10
					'ZENworks Personality Migration powered by Miramar Desktop DNA includes the DNA Template Editor to create policies to apply to the collection or application of desktop personalities.',	// 11
					'ZENworks Personality Migration includes the Template Wizard application, which simplifies the process of creating a Desktop DNA Tempate.',	// 12
					'Macros stored in the ZENworks pack and unpack application objects dictate the steps to be taken to pack, store and unpack workstation personalities and the order of execution of these steps.',	// 13
					'Take three simple steps to implement a basic, yet secure, SAMBA service as shown here.',	// 14
					'Map a drive to the Windows share created on a Linux server.',	// 15
					'Create a new post office that will be placed on the Linux server.',	// 16
					'Use the wizard to configure the GroupWise 6.5 for Linux Agent.',	// 17
					'The GroupWise 6.5 for Linux Post Office Agent software can be run with command line parameters or from a startup file.',	// 18
					'',	// 19
					'',	// 20
					'',	// 21
					'',	// 22
					'',	// 23
					'',	// 24
					'');	// 25

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();
}
