function OnReservationPlaced()
{
	var f = top.frames["Data"];
	if (typeof(f) != "undefined")
	{
		f.location = "https://www.tropicanalv.com/Reservations/Confirm.asp";
	}
}

function OnShowPlaced()
{
	var f = top.frames["Data"];
	if (typeof(f) != "undefined")
	{
		f.location = "https://www.tropicanalv.com/Shows/Confirm.asp";
	}
}