/*
* 	Building Tomorrow's Talent
*	E-dreamz 2007
* 	dallegrucci
*/


	
function openConferences() {
	var newWindow=window.open('/workshops-conferences/conferences.cfm','Conferences','toolbar=no,directories=no,status=no,menubar=no,scrolling=no,scrollbars=no,resizable=no,width=400,height=600,top=10,left=10');
	newWindow.focus();
}