// ============================================== 
// Setting the width and height with header and footer 
// ============================================== 
var header = document.getElementById('page_header'); 
var footer = document.getElementById('page_footer'); 
header.src = "http://www.gogousa.com.tw/b2c_header_amadeus.html"; 
header.width = "861"; 
header.height = "106"; 
footer.src = "http://www.gogousa.com.tw/b2c_footer_amadeus.html"; 
footer.width = "861"; 
footer.height = "110"; 

