function select_rsH(Gift_search)
	{
		if (Gift_search !="")
		{
			window.location= "gift-deals.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 redirectPage(id,Phname){
	if(Phname!=""){
		if (id=='SimFree'){
			window.location="simfree-deals.asp?ph="+Phname;
		}else if (id=='PAYG'){
			window.location="payg-deals.asp?ph="+Phname;
		}else if (id=='Contract'){
			//alert(id);
			window.location="contract-deals.asp?ph="+Phname;
		}else if (id=='Clearance'){
			//alert(id);
			window.location="clearance-deals.asp?ph="+Phname;
		}
	}
}

function redirect(Phname)
{

	if(Phname!=0)
	{window.location="contract-deals.asp?ph="+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-deals.asp?gift="+Gift_search1}
}
function redirectHand(id,gift)
{
//alert(gift)
	window.location="gift-deals.asp?gift="+gift+"&ph="+id
}