function openWeek2(){
var popurl="popup_week2.html"
winpops=window.open(popurl,"","width=250,height=225,scrollbars=no,stats=no,location=no,titlebar=no,toolbar=no,resizable=no")
}
function openWeek3(){
var popurl="popup_week3.html"
winpops=window.open(popurl,"","width=250,height=225,scrollbars=no,stats=no,location=no,titlebar=no,toolbar=no,resizable=no")
}