function openWebCastWindow(launch_code, webinar_presentation_id, registration_code) {
	var winPub = window.open("/webinars/start.php?wgi_launchcode=" + launch_code + "&wpid=" + webinar_presentation_id + "&rcc=" + registration_code, "webcast", "width=1025,height=720,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1")
	winPub.focus();
	return false;
}

function openWebCastTargetTopicWindow(launch_code, webinar_id, registration_code) {
	var winPub = window.open("/target_topics/launch.php?wgi_launchcode=" + launch_code + "&ttid=" + webinar_id + "&rcc=" + registration_code, "webcast", "width=1025,height=720,toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1")
	winPub.focus();
	return false;
}

function openTestWindow(webinar_presentation_id) {
//	var winPub = window.open("http://www.webcastgroup.com/support/index.asp?bhcp=1", "webcast", "width=1000,height=520,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1")
	var winPub = window.open("/webinars/tested.php?wpid=" + webinar_presentation_id, "webcast", "width=1025,height=720,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1")
	winPub.focus();
	return false;
}