
/*Generates a customer service popup*/
function custSuppPop() {
    var win = window.open("http://faq.expedia.co.jp/", "CustomerSupport", "scrollbars=yes,resize=no,width=636,height=650");
}