// JavaScript Document
<!--
function popup(idx,id,position,price) 
{ 
$helpfile="../help/notfound.htm"
if (idx==1){$helpfile="/popup/jp_tandc.html"}



if (position==1) 	{	
	PopUp1=window.open($helpfile, 'Extra','width=250,height=350,top=2, left=2,resizable=0,scrollbars=no,titlebar=no,menubar=no,status=no,toolbar=no,location=no ');
	PopUp1.focus();	}
if (position==2)	{
	PopUp2=window.open($helpfile, 'Central','width=500,height=400,top=100, left=200,resizable=0,scrollbars=yes,menubar=no,status=no,toolbar=no,location=no ');
	PopUp2.focus();
					}
if (position<1)		{
	PopUp0=window.open($helpfile, 'Info','width=500,height=400,top=2, left=2,resizable=0,scrollbars=yes,menubar=no,status=no,toolbar=no,location=no ');
	PopUp0.focus();
					}

}
function comingsoon()
{
	test=alert("This service will commence shortly");
}
//-->