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("Policies permit you to automate decision making which frees up IT administrators",
					"With a Novell Security and Identity Solution, TransUnion gives both customers and employees secure access to personalized information at any time, and from any location.",
					"Using DirXML Starter Pack, you can create a figurative system wheel with eDirectory and the DirXML engine forming the central hub. Systems running other eDirectory trees, Active Directory and NT Domains form the wheel\'s perimeter. The system driver\'s publisher and subscriber channels represent the spokes that connect these systems to the hub and, from there, to each other.",
					"This DirXML engine processes information that is synchronized between eDirectory and Active Directory and NT Domains. The engine determines what information to manage and how to manage it based on rules, filters and transformation documents that are associated with drivers\' publisher and subscriber channels.",
					"You can set up DirXML Starter Pack in a number of ways. In this setup, DirXML synchronizes object data between a central eDirectory tree and another eDirectory tree, an Active Directory domain, and an NT domain. You also see here the relationship between filters and agents from the DirXML Password Synchronization for Windows product, which is also included with DirXML Starter Pack.",
					"DirXML Password Synchronization for Windows synchronizes passwords between eDirectory and Active Directory and NT domains. PasswordSync Filters capture changes to passwords and forward this information to PasswordSync Agents, which in turn communicate the changes to eDirectory.",
					"Several new productivity features in the Mailbox view, such as new system folders, subject-line personalization and color-coded categories, can be used in filtering, searching and triggering rules.",
					"With the Contacts folder available in a Mailbox folder, you no longer have to open the Address Book to find information on any of your contacts. You can also make modifications to a contact without having to open the main Address Book.",
					"Any folder can be viewed as a Checklist wherein any item can be viewed as a Checklist item. However, not all items in a Checklist view must be converted to Checklist items. You can also prioritize any type of item in the list.");

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