function redirect(Ph){
	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 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}
	if (id=='Clearance'){
	window.location="clearance-deals.asp?Ph="+Ph}
	}
}

function submitSimOnly(val)
{
	document.frmsearch.action = "simonly.asp";
	document.getElementById("hidSimOnly").value =  val ;  
	document.frmsearch.submit();

}