
/* サイドバー　ポップアップメニュー
==============================================*/

//子犬情報

function face_on(){
document.getElementById("newface_detail").style.display="block"; 
document.getElementById("dd_newface").style.background="#ffdbb7 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmarkw.gif) 7px center no-repeat"; 
}

function face_out(){
document.getElementById("newface_detail").style.display="none";
document.getElementById("dd_newface").style.background="#fff4f9 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmark.gif) 7px center no-repeat";
}

//出産情報

function babies_on(){
document.getElementById("babies_detail").style.display="block";
document.getElementById("dd_babies").style.background="#ffdbb7 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmarkw.gif) 7px center no-repeat"; 
}

function babies_out(){
document.getElementById("babies_detail").style.display="none";
document.getElementById("dd_babies").style.background="#fff4f9 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmark.gif) 7px center no-repeat"; 
}

//トリミング後

function after_on(){
document.getElementById("after_detail").style.display="block";
document.getElementById("dd_after").style.background="#ffdbb7 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmarkw.gif) 7px center no-repeat"; 
}

function after_out(){
document.getElementById("after_detail").style.display="none";
document.getElementById("dd_after").style.background="#fff4f9 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmark.gif) 7px center no-repeat"; 
}


//スタッフブログ

function diary_on(){
document.getElementById("diary_detail").style.display="block";
document.getElementById("dd_diary").style.background="#ffdbb7 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmarkw.gif) 7px center no-repeat"; 
}

function diary_out(){
document.getElementById("diary_detail").style.display="none";
document.getElementById("dd_diary").style.background="#fff4f9 url(http://www.inugocoro.com/wp-content/themes/inugocoro/images/common/ddlistmark.gif) 7px center no-repeat"; 
}

