function rolloverButton(name,type)  
{
    strSrc = 'images/layout/arrow' + type + '.gif';
    document.images[name].src = strSrc;
}
