

//Ò³ÃæÌø×ª
function changePage(fileName,page) {
    location.href = fileName + 'page=' + page;
}

function topage(url)
{
    location.href = url;
}

function showAlubm(str)
{
    document.getElementById('AlubmImg').src = str;
}
