Subversion Repositories freemyipod

Rev

Rev 714 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 714 Rev 764
Line 80... Line 80...
80
    '2' => 2,
80
    '2' => 2,
81
    '4.5' => 1.5,
81
    '4.5' => 1.5,
82
    '4+1/2' => 1.5,
82
    '4+1/2' => 1.5,
83
    '4' => 1,
83
    '4' => 1,
84
    '8' => .5,
84
    '8' => .5,
-
 
85
    '8.5' => .75,
85
    '8+1/2+1/4' => .3 + 5/4,
86
    '8+1/2+1/4' => .3 + 5/4,
86
    '16' => .25,
87
    '16' => .25,
87
    '32' => .125,
88
    '32' => .125,
88
);
89
);
89
 
90