function getProduct(id)
{
	switch(id)
	{
	case 2:return new Array(2,"MINDTP","Mindstretch TwinPak",299.00,19.95,19.95,49.95,1.50,0.1000,0.1000,0.0000,new Array());

	}
	return null;
}
	function getCustomField(id)
	{
switch(id)
	{
	}
return null;
}
