function simage(arg1){
window.document.change1.src='html/images/'+arg1+'a.gif'
window.document.i1.src='html/images/'+arg1+'.gif'
window.document.i2.src='html/images/'+arg1+'.gif'
window.document.i3.src='html/images/'+arg1+'.gif'
window.document.i4.src='html/images/'+arg1+'.gif'
window.document.i5.src='html/images/'+arg1+'.gif'
window.document.i6.src='html/images/'+arg1+'.gif'
window.document.i7.src='html/images/'+arg1+'.gif'
window.document.i8.src='html/images/'+arg1+'.gif'
window.document.i9.src='html/images/'+arg1+'.gif'
}
function default1(){
window.document.i1.src='html/images/1.gif'
window.document.i2.src='html/images/2.gif'
window.document.i3.src='html/images/3.gif'
window.document.i4.src='html/images/4.gif'
window.document.i5.src='html/images/5.gif'
window.document.i6.src='html/images/6.gif'
window.document.i7.src='html/images/7.gif'
window.document.i8.src='html/images/8.gif'
window.document.i9.src='html/images/9.gif'
}
function linkto() {
var link1
link1=window.document.form1.s1.value
window.top.location.href=link1
}
