<!--
var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}

preloadimages(
"graphics/video_buttons/clear_75x55.gif",
"graphics/video_buttons/telly_off_75x55.gif",
"graphics/video_buttons/telly_on01_75x55.gif",
"graphics/video_buttons/telly_on02_75x55.gif",
"graphics/video_buttons/telly_on03_75x55.gif",
"graphics/video_buttons/telly_on04_75x55.gif",
"graphics/video_buttons/telly_on05_75x55.gif",
"graphics/video_buttons/telly_on06_75x55.gif",
"graphics/video_buttons/telly_on07_75x55.gif",
"graphics/video_buttons/telly_on08_75x55.gif",
"graphics/video_buttons/telly_on09_75x55.gif",
"graphics/video_buttons/telly_on10_75x55.gif"
)

-->