function moveinsy(which,Color){
which.style.background=Color
}

function moveoutsy(which,Color){
which.style.background=Color

}

function movein(which){
which.style.visibility='visible'
}

function moveout(which){
which.style.visibility='hidden'
}

function overfull(self,color,aname,msg,bak){
moveinsy(self,color);
movein(aname);

}
function outfull(self,color,aname){
moveoutsy(self,color);
moveout(aname);

}
function ShowStat(){
window.status = "Prasert Service .Com - The Base of Musical Service _";
document.title = "Prasert Service .Com"
}
ShowStat()
