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('Many Ximian products line up very closely with existing Novell solutions and the integration of technologies will create new developments.',
					'exteNd Workbench provides a rich graphical interface for Web service creation, editing and deployment.',
					'Workbench is used to locate and examine registry information.',
					'Sample WSDL code showing registry name, location and binding information.',
					'A Web Archive (WAR) project is created for a new provider service.',
					'The Web Service Wizard automatically generates stubs and skeletons.',
					'Deploying a Web service to Jakarta Tomcat using exteNd Workbench.',
					'Novell Client Firewall 2.0, bundled with Novell BorderManager 3.8, enables you to allow or deny activity based on the requested port, protocol or application.',
					'The SecureLogin Wizard typically creates scripts automatically when you select an application for management by SecureLogin. Network admins can also manually define application scripts.',
					'In Novell Identity Manager 2.0, you build the vast majority of the rules that comprise your policies using a graphical user interface called Policy Builder.',
					'Rule Builder (in Policy Builder) provides you with dropdown lists that display only valid options for the variables in the conditions and actions that define your rules.',
					'Novell iManager 2.0 plug-ins for Identity Manager 2.0 include a wizard that helps you create a Password Policy that you can enforce across multiple systems.',
					'When you enable the Self-Service Console, you create a challenge set of questions. Identity Manager 2.0 displays all of the required questions from this set when users attempt to retrieve or reset their own passwords.',
					'When users forget their passwords or need to reset expired ones, they can do it themselves from the iManager Self-Service Console. The Change Password screen conveniently displays your Password Policy, helping to enforce your password-creation rules.',
					'When you or a user reset a password from one of the supported interfaces (such as Microsoft Active Directory), Identity Manager updates the information in all other systems that support bi-directional password synchronization.',
					'The New Rule dialog enables you to define the events and conditions that will trigger the rule. You also define the actions that will occur when the rule is run.');

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