function select_rsH(Gift_search)
	{
		if (Gift_search !="")
		{
			window.location= "../gift-deal.asp?gift="+ Gift_search
		}
	}
function redirectsim(Phname)
{
	if(Phname!=0)
	{window.location="simfree-deals.asp?ph="+Phname}
}
function redirectPAYG(Phname)
{

	if(Phname!=0)
	{window.location="payg-deals.asp?ph="+Phname}
}
function redirectPage(id,Phname)
{
	if(Phname!="")
	{
	if (id=='SimFree')
	{
	window.location="simfree-deals.asp?ph="+Phname}
	if (id=='PAYG')
	{
	window.location="payg-deals.asp?ph="+Phname}
	if (id=='Contract')
	{
	window.location="contract-deals.asp?ph="+Phname}
	}
}
function redirect(Phname)
{

	if(Phname!=0)
	{window.location="../showphone.asp?id="+Phname}
}
//function redirectcle(Phname)
//{

//	if(Phname!=0)
//	{window.location="clearance-deals.asp?ph="+Phname}
//}

function redirectgift(Gift_search1)
{
	//alert(Gift_search1)
	if(Gift_search1!=0)
	{window.location="gift-deal.asp?gift="+Gift_search1}
}
function redirectHand(id,gift)
{
//alert(gift)
	window.location="gift-deal.asp?gift="+gift+"&ph="+id
}