function openphoto(file,input,width,height) {	attr = "top=5,left=75,width=" + width + ",height=" + height + ",resizable=1,scrollbars=yes";	window.open(file, input, attr);}function openMapWindow(url) {	window.open(url,'map', 'width=478, height=333, top=170, left=162, toolbar=no, location=no, directories=no, status=no, menubar=no, dependent=yes, resizable=no, scrollbars=no');}function openMapWindow2(url) {	window.open(url,'map', 'width=265, height=265, top=170, left=162, toolbar=no, location=no, directories=no, status=no, menubar=no, dependent=yes, resizable=no, scrollbars=no');}function openMapWindow3(imgUrl) {	window.open('/edreams/espanol/hotels/bookingEngine/common/hotelMapWindow.jhtml?hotelImg=' + imgUrl,'map', 'width=375, height=300, top=170, left=162, toolbar=no, location=no, directories=no, status=no, menubar=no, dependent=yes, resizable=no, scrollbars=no');}function openMapWindow4(url) {	window.open(url,'map', 'width=450, height=500, top=170, left=162, toolbar=no, location=no, directories=no, status=no, menubar=no, dependent=yes, resizable=no, scrollbars=no');}