function goInquiry(){
window.open('/inquiry.html','daigo','toolbar=yes,resizable=yes,scrollbars=yes,width=700,height=500')
}

function goGroup(){
window.open('/group.html','daigo','toolbar=yes,resizable=yes,scrollbars=yes,width=700,height=500')
}

function openFlash(_soruce,_t,_w,_h){
Shadowbox.open({
content:_soruce,
player:"swf",
title:_t,
width:_w,
height:_h
});
}

function GetHeight(ID,NAME)
{
if (document.height)
{
document.getElementById(ID).style.height = parent.frames[NAME].document.height +20 +"px" ;
}
else
{
document.getElementById(ID).style.height = parent.frames[NAME].document.body.scrollHeight +20 +"px";
}
}

