function getProduct(id)
{
	switch(id)
	{
	case 2:return new Array(2,"LTG-SUB-1","1 Month Subscription (1 User) License",0.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 1:return new Array(1,"LTG-SUB-12","12 Month Subscription (1 User) License",210.00,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 3:return new Array(3,"LTG-SUB-24","24 Month Subscription (1 User) License",0.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 4:return new Array(4,"LTG-SUB-36","36 Month Subscription (1 User) License",0.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 5:return new Array(5,"LTG-SUB-48","48 Month Subscription (1 User) License",0.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 6:return new Array(6,"LTG-PPV-1","Pay-Per-View (1 Vehicle/View) License",7.00,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 7:return new Array(7,"LTG-PPV-5","Pay-Per-View (5 Vehicles/Views) License",0.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 8:return new Array(8,"LTG-PPV-10","Pay-Per-View (10 Vehicles/Views) License",0.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 9:return new Array(9,"LTG-CORP-20","12 Month Corporate Subscription (20+ Users) License",167.27,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 10:return new Array(10,"LTG-CORP-50","12 Month Corporate Subscription (50+ Users)",138.18,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 11:return new Array(11,"LTG-CORP-100","12 Month Corporate Subscription (100 Users)",0.00,0.00,0.00,0.00,0.00,0.0000,0.0000,0.0000,new Array());
	case 12:return new Array(12,"LTG-BOOK","Lube & Tune Guide (Printed Book)",210.00,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());
	case 13:return new Array(13,"LTG-CD","Lube & Tune CD",250.00,0.00,0.00,0.00,0.00,0.1000,0.1000,0.0000,new Array());

	}
	return null;
}
	function getCustomField(id)
	{
switch(id)
	{
	}
return null;
}

