// JScript source code
function phone(red,green,blue,image,alt){
this.red=red
this.green=green
this.blue=blue
this.image=image
this.alt=alt
}

