<!--
function donothing(){
   if(document.images){
      return false;
   }
   return true;
}
function switch_page() {
   if(document.images) {
    if (document.menuform.jumppage.selectedIndex == 0) donothing();
   
	else if (document.menuform.jumppage.selectedIndex == 1) top.location = 'bop_calendar_january_2009.html'
	else if (document.menuform.jumppage.selectedIndex == 2) top.location = 'bop_calendar_february_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 3) top.location = 'bop_calendar_march_2009.html';
    else if (document.menuform.jumppage.selectedIndex == 4) top.location = 'bop_calendar_april_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 5) top.location = 'bop_calendar_may_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 6) top.location = 'bop_calendar_june_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 7) top.location = 'bop_calendar_july_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 8) top.location = 'bop_calendar_august_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 9) top.location = 'bop_calendar_september_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 10) top.location = 'bop_calendar_october_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 11) top.location = 'bop_calendar_november_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 12) top.location = 'bop_calendar_december_2009.html';
	else if (document.menuform.jumppage.selectedIndex == 13) top.location = 'bop_calendar_january_2010.html';

	
	


    }
}
//-->1-