
function redirect(Ph)

{
	//alert(phName)
	if(Ph!=0)
	{window.location="phone_deal.asp?Ph="+Ph}
}
function redirectPAYG(Ph)
{
	if(Ph!=0)
	{window.location="payg_deals.asp?Ph="+Ph}
}
function redirectsim(Ph)
{
	
	if(Ph!=0)
	{window.location="simfree_deals.asp?Ph="+Ph}
}
function redirectcle(Ph)
{
	if(Ph!=0)
	{window.location="clearance-deals.asp?Ph="+Ph}
}
function redirect12deals(Ph)
{
	if(Ph!=0)
	{window.location="12alldeal.asp?Ph="+Ph}
}
function Upgrade(Ph)
{

	document.frm1.action = "upgrade-phones.asp";
	document.frm1.submit();

}
function redirectPage(id,Ph)
{
	if(Ph!="")
	{
	if (id=='SimFree')
	{
	window.location="simfree_deals.asp?Ph="+Ph}
	if (id=='PAYG')
	{
	window.location="payg_deals.asp?Ph="+Ph}
	if (id=='Contract')
	{
	window.location="phone_deal.asp?Ph="+Ph}
	}
}

