function d(URL,popname,w,h,scrbr)
{

  paramtrs="width="+w+",height="+h+",scrollbars="+scrbr;

  win = window.open('http://test1.e2save.com' + URL, popname, paramtrs);

  win.focus(); // bring the pop-up window to the top of the desktop

  false;

}

function p(tariff, domain)
{
	window.open('http://' + domain + '/popups/tariffinfo.php?previewing=1&B[0][next][0]=tariffcode&B[0][tariff]=' + tariff, '_blank', 'width=600,height=500,scrollbars=1,resizable=1');
	return false;
	//http://vanilla.vanillamobile.co.uk/popups/tariffinfo.php?&B[0][next][0]=tariffcode&B[0][tariff]=DOLPH2518
}

function q(handset,domain)
{
	window.open('http://' + domain + '/mobile/phones/handsetDetails.php?B[0][next][0]=&B[0][handsetcode]=' + handset, '_blank', 'width=750,height=600,scrollbars=1,resizable=1');
	return false;
}

function r(handset,netwk,domain)
{
	window.open('http://' + domain + '/mobile/phones/showBoxes.php?&B[0][next][0]=&B[0][model]=' + handset + '&B[0][network]=' + netwk, '_blank', 'width=750,height=600,scrollbars=1,resizable=1');
	return false;
}