function winstream(url) {
	LiveStream = window.open(url,'LiveStream','status=1,location=0,scrollbars=0,resizeable=0,width=640,height=365')
	LiveStream.focus();}
function winemail(url) {
	EmailStream = window.open(url,'EmailStream','status=1,location=0,scrollbars=0,resizeable=0,width=640,height=365')
	EmailStream.focus();}
function winchapel(url) {
	window.open(url,"LiveChapel","status=0,scrollbars=0,resizeable=0,width=600,height=365");}
function winchapelarch(url) {
	window.open(url,"ChapelService","status=0,scrollbars=0,resizeable=0,width=650,height=365");}
function windocs(url) {
	window.open(url,"Document","status=1,scrollbars=1,resizeable=1,width=800,height=600");}
function winqtstream(url) {
	window.open(url,"QTStream","status=0,scrollbars=0,resizeable=1,width=335,height=275");}