// Preload Images
if (document.images) {
News_tab_on = new Image();
News_tab_on.src = "images_index/news_tab_on.gif";
News_tab_off = new Image();
News_tab_off.src = "images_index/news_tab_off.gif";
Photos_tab_on = new Image();
Photos_tab_on.src = "images_index/photos_tab_on.gif";
Photos_tab_off = new Image();
Photos_tab_off.src = "images_index/photos_tab_off.gif";
Videos_tab_on = new Image();
Videos_tab_on.src = "images_index/videos_tab_on.gif";
Videos_tab_off = new Image();
Videos_tab_off.src = "images_index/videos_tab_off.gif";
}
// Assign color values for Rollover Effects
var tabNames = [["News", "Photos", "Videos"], ["homegrown_1", "homegrown_2", "homegrown_3"]];
