<!--
<!-- hide this script from old browsers
// set initial value of variable remote
var remote = null;
var x;
var url = null;
function OpenOutsource(x) 
	{
		switch(x)
		{
			case "top": url = "whatsnew.asp";break;
			case "dslregdoc": url = "../../whatsnew.asp";break;
			default: url = "../whatsnew.asp";break;
		}

		remote = window.open (url, '', 'width=385,height=520,screenX=20,screenY=30,toolbar=0,menubar=0,scrollbars=1,resizable=1')
		if (remote != null) 
			{
				if (remote.opener == null) 
					{
						remote.opener = self;
					}
					//remote.location.href = 'whatsnew.htm';
			}
			if (navigator.appName == 'Netscape')
				{
					remote.focus();
				}
	}
//pdf
function displayPdf(obj) 
	{
		//alert(obj.options[obj.selectedIndex].value);
		if (obj.options[obj.selectedIndex].value != 'none')
		{	url = "pdfs/"+obj.options[obj.selectedIndex].value
			remote = window.open (url, '', 'width=800,height=600,left=10,top=10,screenX=10,screenY=10,toolbar=0,menubar=0,scrollbars=1,resizable=1')
			if (remote != null) 
				{
					if (remote.opener == null) 
						{
							remote.opener = self;
						}
						//remote.location.href = 'whatsnew.htm';
				}
				if (navigator.appName == 'Netscape')
					{
						remote.focus();
					}
		}//none			
	}
//	
// done hiding script -->

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//this is for opening new window for feedback
function OpenOutsource2(x) 
	{
		switch(x)
		{
			case "dslregdoc": url = "../../CapsugelTopNav/feedback.asp";break;
			case "top": url = "CapsugelTopNav/feedback.asp";break;
			default: url = "../CapsugelTopNav/feedback.asp";break;
		}

		remote = window.open (url, '', 'width=500,height=325,screenX=20,screenY=30,toolbar=0,menubar=0,scrollbars=1,resizable=1')
		if (remote != null) 
			{
				if (remote.opener == null) 
					{
						remote.opener = self;
					}
					//remote.location.href = 'whatsnew.htm';
			}
			if (navigator.appName == 'Netscape')
				{
					remote.focus();
				}
	}
// done hiding script -->

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->