﻿// JScript File

function changeBGC(color){
document.bgColor = color;
}
//-->

