/*底部*/
$(function(){
$("#footer").load("/public/template/train-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=[
'',
'',
''
];
//guide info style for news
var newforms=[
'',
'
',
'
Tourism Operating License: L-GX-GJ00003 | Guilin China International Travel Service Co., Ltd
',
' Copyright © 1998. All rights reserved to China Highlights.
',
'
'
];
//intel flight
var IntelFlight=[
'',
''
];
// 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");
}
});
});
});