function hotelbooking(hotel_id,card_id,txtindate,txtoutdate){
	var width="780" //设置iframe的宽度
	var height="800" //设置iframe的高度
	document.write("<iframe frameborder=0 scrolling=no height="+height+" width="+width+" src='http://www.be88.com/moban/hotel_roomtype.asp?hotel_id="+hotel_id+"&card_id="+card_id+"&txtindate="+txtindate+"&txtoutdate="+txtoutdate+"'></iframe>")
}


////===========================

////===========================

	function elhotel(hotel_id,campaign_id){
	var width="100%" //设置iframe的宽度
	var height="1900" //设置iframe的高度
	document.write("<iframe frameborder=0 scrolling=no height="+height+" width="+width+" src='http://travel.elong.com/hotels/details.aspx?hotelid="+hotel_id+"&campaign_id="+campaign_id+"'></iframe>")
}