function win(page) {
window.open(page,"_blank","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,resizable=0,width=800,height=600,left=90,top=60,screenX=90,screenY=60")
}

function jump(page) {
if (page == "ura"){window.open("js_ss/junk/ura.htm","_top");}
else {window.open("js_ss/ddc/index.htm","_top");}
}