/*底部*/ $(function(){ $("#footer").load("/public/template/footer.html"); //forms footer var forms=['
', '

China Highlights, Discovery Your Way (Since 1959)!

', '

Copyright © 1998. All Rights Reserved to China Highlights.

', '
', '
Member of (more)
', '', '
', '
', '']; //forms style //guide footer var guide=[ '
', '
', '
', '

China Highlights is a branch of China International Travel Service Guilin Co. Ltd. (CITS Guilin, established 1959).

', '

Sitemap | User Agreement | Privacy Policy | Links | Online Volunteers Wanted

', '

Copyright © 1998. All Rights Reserved to China Highlights.

', '
', '
Certification & Security
', '
', '
Member of (more)
', '
', '
We Accept (more)
', '
', '
', '
', '
', '
Follow Us on: Linkedin Youtube Google+', '
', '
', '
' ]; //guide info style for news var newforms=[ '' ]; //intel flight var IntelFlight=[ '
', '
', '

China Highlights is a branch of China International Travel Service Guilin Co. Ltd. (CITS Guilin, established 1959).

', '

Sitemap | User Agreement | Privacy Policy | Recently Updated | Links

', '

Copyright © 1998. All Rights Reserved to China Highlights.

', '
', '
Certification & Security
', '
', '
Member of (more)
', '
', '
We Accept (more)
', '
', '
', '
', '
', '
' ]; // if(Fobj.size() == 1){ // Fobj.append(eval((CLS==''?'nomal':CLS)+ ".join('')")); // } $(".withMenu").each(function(index, element) { $withMenu = $(element); $withMenu.click(function () { $self = $(this); var targetId = $self.data("target"); var collapse = $self.data("collapse"); if (collapse == undefined || collapse == 0) { $self.children("a").text("x"); $self.data("collapse", "1"); $(targetId).show('fast'); } else { $(targetId).hide(); $self.children("a").text("+"); $self.data("collapse", "0"); } }); }); });