<!--
function linkmes(n){status=n;}

var menubg="#999999";

if (document.images) {
btn01on = new Image();   btn01on.src = 'btn/btn01_on.gif';  //index
btn02on = new Image();   btn02on.src = 'btn/btn02_on.gif';  //index02
btn03on = new Image();   btn03on.src = 'btn/btn03_on.gif';  //index03
btn04on = new Image();   btn04on.src = 'btn/btn04_on.gif';  //index04
btn05on = new Image();   btn05on.src = 'btn/btn05_on.gif';  //index05
btn06on = new Image();   btn06on.src = 'btn/btn06_on.gif';  //index06
btn07on = new Image();   btn07on.src = 'btn/btn07_on.gif';  //index07
btn08on = new Image();   btn08on.src = 'btn/btn08_on.gif';  //index08
btn09on = new Image();   btn09on.src = 'btn/btn09_on.gif';  //index09
btn10on = new Image();   btn10on.src = 'btn/btn10_on.gif';  //index10


btn01off = new Image();   btn01off.src = 'btn/btn01_off.gif';  //index
btn02off = new Image();   btn02off.src = 'btn/btn02_off.gif';  //index02
btn03off = new Image();   btn03off.src = 'btn/btn03_off.gif';  //index03
btn04off = new Image();   btn04off.src = 'btn/btn04_off.gif';  //index04
btn05off = new Image();   btn05off.src = 'btn/btn05_off.gif';  //index05
btn06off = new Image();   btn06off.src = 'btn/btn06_off.gif';  //index06
btn07off = new Image();   btn07off.src = 'btn/btn07_off.gif';  //index07
btn08off = new Image();   btn08off.src = 'btn/btn08_off.gif';  //index08
btn09off = new Image();   btn09off.src = 'btn/btn09_off.gif';  //index09
btn10off = new Image();   btn10off.src = 'btn/btn10_off.gif';  //index10

}

function on(imgName){
if (document.images) {
document[imgName].src=eval(imgName + "on.src");
}
}
function off(imgName){
if (document.images) {
document[imgName].src=eval(imgName + "off.src");
}
}




function pref_jump(){

page_name ="./regist.html";

var zip_search_window=window.open(page_name,'zip_search_window','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=710,height=550,top=80,left=125');


}



//-->
