function showDeals(x)  
{
	popWindow = window.open("/TravelBazaar/showDeals.asp?destination="+x,'popWindow', 'scrollbars=yes,left=50,top=50,resize=no,width=450,height=250,location=No')
}

function showActivityDeals(x)  
{
	popWindow = window.open("/TravelBazaar/showActivityDeals.asp?destination="+x,'popWindow', 'scrollbars=yes,left=50,top=50,resize=no,width=450,height=250,location=No')
}
