// <!--
function photoWindow(URL) {
newPhotoWindow = window.open(URL, "Photos", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=350,left=200,top=25");
}
//-->
// <!--
function factWindow(URL) {
newFactWindow = window.open(URL, "FactsAndResources", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=350,height=350,left=200,top=25");
}
//-->