/**
 * Functions provided by AEPCO for launching Webcasts in a properly formatted window.
 **/

function webcast_bdct(url) {
	window.open(url,'bdct','width=790,height=590,scrolling=yes,resizeable=no,top=60,left=130');
}

function webcast_arch(url) {
	window.open(url,'arch','width=790,height=590,scrolling=yes,resizeable=no,top=60,left=130');
}


