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 Audit is a client-server solution that enables Novell and third-party applications to securely log data to a central location. The Platform Agent runs on the same server or workstation running one or more of these Logging Applications. This Agent collects event data from the Logging Applications and forwards the data over an authenticated and encrypted channel to the Secure Logging Server. The Secure Logging Server records the data and provides notification and monitoring services.",
					"For each Logging Application, Report Audit enables you to run several pre-defined, printer-ready Crystal Reports without requiring you to have a Crystal Reports license.",
					"Logging Applications log events to Novell Audit using the same format. This simplifies and speeds the process of filtering streams of event data for the purpose of logging or notifying users of specific events.",
					"Servers and SANs can be configured to fail over to remote sites during an emergency.");

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

