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("The first time you access the Nterprise Branch Office web administrator, it runs a wizard that helps you configure your new appliance as either a standalone appliance or as part of your central network.",
					"When you configure Nterprise Branch Office to be part of your central network, it centrally hosts authentication, file and print services, which it also caches on the appliances in the branch offices. in this configuration, nterprise branch office not only ensures reliable and speedy delivery of these services, but also automatically provisions access to them for all Branch Office users. Also in this configuration, Nterprise Branch Office automatically transfers changed data from branch offices to your central office, where you can back up the data using your established, centrally located backup solution.",
					"When an Nterprise Branch Office appliance receives an authentication request from a user for which its single-server tree does not include an account, it uses secure LDAP to consult the central LDAP directory. if the user doesn't exist in the central directory, the appliance denies the user access. if the user exists in the central directory, the appliance caches this user's directory information, creates an account and a home directory, and enables access to the shared files and print resources to which this user has rights.",
					"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.",
					"Nterprise Branch Office eliminates the need to set up and manage backup solutions in branch offices. Using the open-source rsync utility, Nterprise Branch Office replicates changed data from the appliance’s local volume to a central office server, which reconstructs an exact copy of the appliance’s local volume. Using the established backup solution in your central office, you can then back up this reconstructed branch office user data for a disaster-tolerant solution.",
					"The new main window sports new header controls, new icons and a quick viewer.",
					"Link or move items to the new checklist folder to create a to–do list on the fly.",
					"The new navigation bar lets you zip from one view to another.",
					"All program buttons are now housed in the new toolbar.",
					"Contacts folder shows some of the new contact management features.",
					"Installation of this new version is quite simple, whether you already have groupwise installed or you're creating a new system. just run the setup program on the cd (it should start automatically when you insert the cd in you drive) and it will guide you through the procedure.",
					"The GroupWise internet agent, webaccess agent and monitoring tool have separate setup procedures, but they're quite simple. just select the options from the menu to start through the process.");

function wOpen(URL,w,h) {
	var attr=(typeof w!= 'undefined')?'width='+w+',height='+h+',scrollbars,resizable':'';
	var winExt=window.open(URL,'wwwexternal',attr);
	if (winExt) winExt.resizeTo(w,h);
	if (winExt.blur) winExt.focus();
}