function PopupHotel(Hotel_ID) 
{
	window.open('http://www.HotelPlanner.com/Hotel/HotelDetails.cfm?hid=' + Hotel_ID, 'Hotel'+ Hotel_ID,'toolbar=no,width=450,height=390,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupLHotel(Hotel_ID) 
{
	window.open('http://www.HotelPlanner.com/Hotel/Hotel.cfm?hid=' + Hotel_ID, 'Hotel'+ Hotel_ID,'toolbar=no,width=700,height=500,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupHotelTN(Hotel_ID,Supplier_Code) 
{
	window.open('http://www.HotelPlanner.com/Hotel/HotelTNDetails.cfm?hid=' + Hotel_ID + '&src=' + Supplier_Code, 'Hotel'+ Hotel_ID,'toolbar=no,width=625,height=500,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupGetHotel(Name,Zip,ID) 
{
	window.open('http://www.HotelPlanner.com/Hotel/HotelPopup.cfm?name=' + Name + '&zip=' + Zip + '&hid=' + ID, 'Hotel' + ID,'toolbar=no,width=625,height=500,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupGallery(UrlParams) 
{
	window.open('/Common/Popups/PhotoGallery.cfm?'+UrlParams, 'PhotoGallery','toolbar=no,width=600,height=600,left=250,top=150,status=yes,scrollbars=yes,resizable=yes');
}

function PopupTerms()
{
	window.open('http://www.HotelPlanner.com/Terms.cfm?DisplayAsPopup=true', 'Terms','toolbar=no,width=500,height=500,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupGroupFAQ(qid)
{
	window.open('http://www.HotelPlanner.com/Group/FAQ.cfm?DisplayAsPopup=True#'+qid, 'FAQ'+qid,'toolbar=no,width=500,height=300,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupHotelFAQ(qid)
{
	window.open('http://www.HotelPlanner.com/Hotel/FAQ.cfm?DisplayAsPopup=True#'+qid, 'FAQ'+qid,'toolbar=no,width=500,height=150,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupPrivacy()
{
	window.open('http://www.HotelPlanner.com/Privacy.cfm?DisplayAsPopup=true', 'Privacy','toolbar=no,width=500,height=500,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupSSL()
{
	window.open('http://smarticon.geotrust.com/smarticonprofile?Referer=http://www.hotelplanner.com', 'SSL','toolbar=no,width=500,height=500,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupRatingSystem()
{
	window.open('http://www.HotelPlanner.com/Common/Popups/RatingSystem.cfm', 'Ratings','toolbar=no,width=500,height=450,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupRateTypes()
{
	window.open('http://www.HotelPlanner.com/Common/Popups/RateType.cfm', 'RateType','toolbar=no,width=500,height=300,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupRebate(PID)
{
	window.open('/Common/Popups/Rebate.cfm?pid='+PID, 'Rebate','toolbar=no,width=500,height=500,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function PopupGroupStatus()
{
	window.open('/Common/Popups/GroupStatus.cfm', 'GroupStatus','toolbar=no,width=500,height=330,left=200,top=100,status=no,scrollbars=yes,resizable=yes');
}

function OpenConvert(rate,currency)
{
    window.open('http://www.HotelPlanner.com/Common/Popups/CurrencyConverter.cfm?CurrencyValueFrom='+ rate +'&CurrencyCodeFrom=' + currency, 'Convert', 'width=640,height=215,left=200,top=100,resizable=0');
}

function Map(url) 
{
	popupMap = window.open(url, 'Map','location=yes,scrollbars=yes,width=575,height=500'); 
} 