// JavaScript Document
function ro(imgname,imgfile,imgname2,imgfile2){
document.images[imgname].src=imgfile
}

function subwin(text){
window.open(text,"","width=750,height=550,scrollbars=yes")
}

