<!--

function MapPopup(theURL,winName,features)

{

	fileWindow = "http://reservations.lasvegashotelsbooking.com/hotels/info/map.jsp?";

	fileWindow += theURL;

    window.open(fileWindow,winName,features);

}

//-->

