EventPastOpen = new Image(); EventPastOpen.src = './parts/EventPastOpen.GIF';
EventPastOpenOnMouse = new Image(); EventPastOpenOnMouse.src = './parts/EventPastOpenOnMouse.GIF';
EventPastClose = new Image(); EventPastClose.src = './parts/EventPastClose.GIF';
EventPastCloseOnMouse = new Image(); EventPastCloseOnMouse.src = './parts/EventPastCloseOnMouse.GIF';
function EventPastListOpen(){
str="\

\
>>2009.4.22 院内集会第3弾どうなる? 外国籍住民~移住女性・DV被害者を中心に~
\
>>2009.4.8 院内集会第2弾 どうなる? 外国籍住民~難民申請者を中心に~
\
>>2009.3.29 3・29 緊急集会 外国籍住民と入管法改定
\
>>2009.3.25 院内集会 どこが問題? 入管法改定案
\
>>2009.1.24 集会 管理ではなく「共生」のための制度を!\
";
if(document.all){ document.all('list-event-past').innerHTML=str; }
if(document.getElementById){ document.getElementById('list-event-past').innerHTML=str; }
document.EventPast.src=EventPastClose.src;
}
function EventPastListClose(){
str="\
\
";
if(document.all){ document.all('list-event-past').innerHTML=str; }
if(document.getElementById){ document.getElementById('list-event-past').innerHTML=str; }
document.EventPast.src=EventPastOpen.src;
}
outMouseNews2Button = new Image();
outMouseNews2Button.src = './parts/gotoNewsSite.GIF'
onMouseNews2Button = new Image();
onMouseNews2Button.src = './parts/gotoNewsSiteOnMouse.GIF';
function btnChange( openID, closeID, disp ){
if( document.getElementById ){
document.getElementById( closeID ).style.display='none';
document.getElementById( openID ).style.display=disp;
} else {
if( document.all ){
document.all( closeID ).style.display='none';
document.all( openID ).style.disply=disp;
}
}
}
function opcl( openID, closeID ){
if( document.getElementById ){
document.getElementById( openID ).style.display='block';
document.getElementById( closeID ).style.display='none';
} else {
if( document.all ){
document.all( openID ).style.disply='block';
document.all( closeID ).style.display='none';
}
}
}