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('Novell provides complete open source solutions for every layer of your business.',
					'Administrators can manipulate all aspects of Novell Virtual Office using the Web-based management tool for NetWare, Novell iManager.',
					'With Virtual Office, all individual resources are easily accessible, self service and follow users to any location around the globe.',
					'Virtual Team alerts keep members aware of any changes to team events or resources.',
					'All resources that are relevant to a team\'s activities and objectives are available through Virtual Office.',
					'Team owners can specify member privileges for sharing and managing files.',
					'Novell iFolder provides access to current versions of files from multiple workstations.',
					'Using a Web browser, view the area map of the building or campus to which you want to print. Click on a specific printer to install the iPrint client (if not installed previously), and download the print driver which creates a printer in your Printer folder. Now you can send documents to that printer from any application on the desktop.',
					'Novell exteNd 5 includes a sample portal application, which launches automatically at the completion of the Express installation option.',
					'The sample portal application in Novell exteNd 5 includes default Container and Shared pages, which you can easily modify to suit your needs. Featuring fixed content such as your corporate logo and navigation controls, Container pages enable you to create a unique corporate identity on your corporate portal. Within the shell of a Container page, Shared pages feature content that is useful to a particular group of users.',
					'Novell exteNd 5 features a Forms Designer wizard that simplifies the task of creating XForms 1.0-compliant Web forms.',
					'Novell exteNd 5 includes Page Flow Modeler, a graphing package that you use to create page flows, which define logical pathways between a series of activities. Page Flow Modeler offers several wizards to simplify the task of creating specific types of page flows.',
					'',
					'',
					'',
					'');

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();
}

