Script Language=JavaScript
!--
function So_NameFont_Select() {
document.forms['Admin_Sort'].So_Name.style.fontFamily=document.Admin_Sort.So_NameFont.value;
}
function So_NameSize_Select() {
document.forms['Admin_Sort'].So_Name.style.fontSize=document.Admin_Sort.So_NameSize.value;
}
function So_Na..