/**
 * @author pbonner
 */

function open_feed_help_window() {
email = window.open("http://www.ercot.com/content/help/rss.html","RssSupport",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=600,height=400');
}
 

function open_ical_help_window() {
email = window.open("http://www.ercot.com/content/help/ical","IcalSupport",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=600,height=400');
}
 
