<!--

function Setimg(obj,ImgName){

    obj.src = ImgName;

}

function OpenWindow01(){
window.open("./info/index6.html","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,Width=500,Height=610");
}

function OpenWindow02(){
window.open("../info/index6.html","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,Width=500,Height=610");
}
// -->