
function dwfaq_getCSSPropertyValue(obj,cP,jP){//v0.9 
//Copyright © 2004 Angela C. Buraglia & DWfaq.com
//All Rights Reserved. support@dwfaq.com
//Not for redistribution. Used with permission.
	if(typeof(obj)!='object'){var obj=document.getElementById(obj);}
	if(typeof(obj.currentStyle)!='object'){
		return (typeof(document.defaultView)=='object')?
		document.defaultView.getComputedStyle(obj,'').getPropertyValue(cP):
		obj.style.getPropertyValue(cP);
	}else{
		return (navigator.appVersion.indexOf('Mac')!=-1)?
		obj.currentStyle.getPropertyValue(cP):
		obj.currentStyle.getAttribute((jP)?jP:cP);
	}
}

function dwfaq_ToggleOMaticDisplay(){//v0.9
//Copyright © 2004 Angela C. Buraglia & DWfaq.com
//All Rights Reserved. support@dwfaq.com
//Not for redistribution. Used with permission.
	var obj,cS,args=dwfaq_ToggleOMaticDisplay.arguments;document.MM_returnValue=(typeof(args[0].href)!='string')?true:false;
	for(var i=1;i<args.length;i++){obj=document.getElementById(args[i]);
		if(obj){cS=dwfaq_getCSSPropertyValue(obj,'display');
			if(!obj.dwfaq_OD){obj.dwfaq_OD=(cS!='none'&&cS!='')?cS:(obj.tagName.toUpperCase()=='TR' && cS!=='none')?'':
			(obj.tagName.toUpperCase()=='TR' && typeof(obj.currentStyle)!='object')?'table-row':'block';}
			obj.style.display=(cS!='none')?'none':obj.dwfaq_OD}}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

// Disclaimer Box
function disclaimer ( url ) {
disclaimerBox( );
windowOpener( url );
}
function disclaimerBox ( ) {
alert('NOTE - By clicking on a link to another site, you have elected to leave the El Paso Corporation web site. Please note that El Paso Corporation does not control the exchange of information and is not responsible for the availability of such other sites and does not endorse and is not responsible or liable for any content, products, services, security or other materials available on such other sites.');

}
function windowOpener ( url ) {
var targetWidth  = ('');
var targetHeight = ('');
var windowName   = "xyz" + Math.round((Math.random() * 10000));
var windowParms  = "width=800,height=500,screenX=0,screenY=0,toolbar,resizable,scrollbars,location,menubar,status";
newWindow = window.open( url, 'NewWindow', windowParms );
}
