function CalendarPop(page) { 
OpenWin = this.open(page, "CalendarWindow", "width=832,height=500,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no"); 
} 

function PhotoPop(page) { 
OpenWin = this.open(page, "PhotoWindow", "width=300,height=200,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no"); 
} 

function VertPhotoPop(page) { 
OpenWin = this.open(page, "VertPhotoWindow", "width=200,height=300,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no"); 
} 

function MapPop(page) { 
OpenWin = this.open(page, "MapWindow", "width=632,height=632,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no"); 
} 


