/*
function icoPng(test)
{

var ico01 = document.getElementById(test);
ico01.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico01, '/list/top/img/ico_bill_big.png');

var ico02 = document.getElementById('icoTamachi');
ico02.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico02, '/list/top/img/ico_bill_big.png');

var ico03 = document.getElementById('icoOmori');
ico03.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico03, '/list/top/img/ico_bill_big.png');

var ico04 = document.getElementById('icoMeguro');
ico04.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico04, '/list/top/img/ico_bill_big.png');

var ico05 = document.getElementById('icoMishuku');
ico05.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico05, '/list/top/img/ico_bill_big.png');

var ico06 = document.getElementById('icoArakawa');
ico06.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico06, '/list/top/img/ico_bill_big.png');

var ico07 = document.getElementById('icoHigashijujo');
ico07.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico07, '/list/top/img/ico_bill_big.png');

var ico08 = document.getElementById('icoSakurajosui');
ico08.style.background='url(/list/top/img/ico_bill_min.png)';
IEPNGFIX.hover(ico08, '/list/top/img/ico_bill_big.png');

}
*/


function ovBtn(spac){

document.getElementById(spac).style.display ='block';
document.getElementById(spac).style.zIndex = 9999;}

function outBtn(spac){
document.getElementById(spac).style.display ='none'}

