// JavaScript Document

function openWindowOE(){
newwin = window.open('http://www.oaklandexplorer.com/oakmaptest.cfm?LAYER=','Oakland','resizable, height=480, width=640,scrollbars=1');newwin.resizeBy(15,0);
}
function openWindowIA(){
newwin = window.open('http://64.81.66.68/InfoAlameda/IO_FinalPrint3.html','InfoAlameda','toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=0,resizable=1');newwin.moveTo(0,0);newwin.resizeTo(screen.width,screen.height-20);//207.81.153.12
}
function openWindowAward(){
newwin = window.open('http://64.81.66.68:8181/sfb/sfb800.cfm?typeVar=Award','SFB','resizable=1');newwin.resizeTo(screen.width,screen.height-20);
}
function openWindowBuff(){
newwin = window.open('http://64.81.66.68:8181/buffalo/flash/buff_full.html','Buffalo','resizable=1');newwin.resizeTo(screen.width,screen.height-20);
}
