//Announce NewWindow
function newAnnounceWin(){
	window.open ('','announce','width=780,height=550,menubar=yes,scrollbars=yes,status=yes,resizable=yes,location=yes,screenX=0,screenY=0,left=0,top=0')
}

//Fos NewWindow
function newFosWin(){
	window.open ('','fos','width=765,height=550,menubar=yes,scrollbars=yes,status=yes,resizable=yes,location=yes,screenX=0,screenY=0,left=0,top=0')
}

//Fp NewWindow
function newFpWin(){
	window.open ('','fp','width=780,height=550,menubar=yes,scrollbars=yes,status=yes,resizable=yes,location=yes,screenX=0,screenY=0,left=0,top=0')
}

