//popup
function disp01(url){
window.open(url, "crocs", "width=1260,height=760,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes");
}
function disp02(url){
window.open(url, "caution", "width=645,height=800,resizable=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes");
}
function disp03(url){
window.open(url, "guide", "width=690,height=800,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes");
}

//flatheight
$(function() {
    $('.flatheight').flatHeights();
});

