// JavaScript Document

function up(item) 
{ item.style.padding = "0 0 1px 0";
 }
function down(item) 
{ item.style.padding = "1px 0 0 0";
}
