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("You can choose among multiple file versions made during multiple snapshots to recover multiple generations of that file.",
					"NetWare 6.5 now steps forward with virtual office, virtual teams and Novell eGuide.",
					"When running Apache on NetWare 6.5, Apache can take advantage of the new Singlewriter/Multiplereader shared-disk file system.",
					"When users access an Nterprise Branch Office appliance using a browser, they are able to click links to their own files, shared files, printer maps and drivers, instructions regarding mapping drives, and shared and personal web addresses.",
					"Novell exteNd 4.1 integrates the development and runtime environments you need to create J2EE-Compliant portal applications that integrate information from legacy systems via web services.",
					"This is the main exteNd Composer interface. using this interface, you can connect to and XML-enable your enterprise systems using simple drag-and-drop functions.",
					"Using exteNd Composer you can create a deployable service object that integrates several components (which might interact with different backend systems) and coordinates the data flows between them. Components are basic units of work that accept XML inputs and return XML outputs.",
					"Novell exteNd Director 4.1 includes a rules subsystem that helps you personalize the portal applications you build by enabling you to create content, display rules, which you later bind to user groups. In this example, the developer uses the rule editor to create a \"display expired production documents\" rule.",
					"Using the group bindings editor, this developer binds a \"display expired production documents\" rule, created earlier, to the archivist group. This rule and subsequent binding ensures that only users of the archivist group see expired content.",
					"Portal applications that you build using Novell exteNd Director 4.1 offer users the option to personalize their own pages. For example, users can choose some of the content they see and specify how they’d like this content arranged on their page.",
					"Novell's vision is now described by the integration and interaction of its solution areas: Novell Security and Identity Solution, Data Center, Workgroup, Desktop and Resource Management.",
					"While contemplating the rings of your net may not inspire the same inner peace derived from studying ripples on a pond, it’s a vivid metaphor for the movement of your net users away from a Brick-and-Mortar HQ.",
					"Novell iManager is an intuitive web-based tool available from any computer that has an internet connection and a web browser. You can even perform a number of administrative tasks, such as resetting a user’s password from a Windows CE or Pocket PC handheld device!",
					"Novell is pushing the leading edge of identity-based infrastructure with its integrated web initiative. The Novell innerweb is an important step along this path.");

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

