function jumpMenu()
{
   location=(document.selectengine.enginelist.options[document.selectengine.enginelist.selectedIndex].value);
}


//₯₯₯Spost Vol.7 flashp₯₯₯

function spost_07(){
window.open("http://www.shinbiyo.com/spost/vol_07/flash.html","s_flash","width=760,height=374,left=0,top=0");
return false;
}

//£££Spost Vol.7 flashp£££


//₯₯₯j[v_Ep₯₯₯

menuList = ["pdMENU1"];
function pulldown(mObj){
pdMENU = getMenuObj(mObj);
flag = pdMENU.style.visibility;
for (i=0; i<menuList.length; i++)
{
pdMENU = getMenuObj(menuList[i]);
pdMENU.style.visibility = "hidden";
}
pdMENU = getMenuObj(mObj);
if (flag == "visible") pdMENU.style.visibility = "hidden"; else pdMENU.style.visibility = "visible";
}
function getMenuObj(obj)
{
if (document.all) return document.all(obj);
if (document.getElementById) return document.getElementById(obj);
return obj;
}


//£££j[v_Ep£££

