function linkOver(id,img) {
	id.src = '/images/com/' + dir + 'sb_' + img + '-on.gif';
}

function linkOut(id,img) {
	id.src = '/images/com/' + dir + 'sb_' + img + '-off.gif';
}