function showImage(img_name,img_src) {
	document[img_name].src = "http://84.40.2.84/hotels/hotel_img/"+img_src;
}

function showXMLImage(img_name,img_src, width, height) {
	document[img_name].src = img_src;
	document[img_name].width = width;
	document[img_name].height = height;
}
