-
Notifications
You must be signed in to change notification settings - Fork 1
/
bodybuilding_plan.js
178 lines (151 loc) · 6.36 KB
/
bodybuilding_plan.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
//hover
var Abdominals = $(".Abdominals");
Abdominals.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -496 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Obliques = $(".Obliques");
Obliques.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -992 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Serratus = $('.Serratus_anterior');
Serratus.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -1488 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Biceps=$(".Biceps");
Biceps.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -1984 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Forearms=$(".Forearms");
Forearms.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -2480 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Triceps = $(".Triceps");
Triceps.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -2976 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Anterior = $('.Anterior_delts');
Anterior.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -3472 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Lateral = $(".Lateral_delts");
Lateral.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -3968 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Posterior = $(".Posterior_delts");
Posterior.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -4464 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Erector = $(".Erector_spinae");
Erector.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -4960 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Infraspinatus = $(".Infraspinatus");
Infraspinatus.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -5456 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Latissimus = $(".Latissimus_dorsi");
Latissimus.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -5952 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Teres = $(".Teres");
Teres.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -6448 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Trapezius = $(".Trapezius");
Trapezius.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -6944 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Pectoralis = $(".Pectoralis");
Pectoralis.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -7440 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Calves = $(".Calves");
Calves.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -7936 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Hamstrings = $(".Hamstrings");
Hamstrings.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -8432 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Quads = $(".Quads");
Quads.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -8928 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Sartorius = $(".Sartorius");
Sartorius.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -9424 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Tibialis = $(".Tibialis_anterior");
Tibialis.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -9920 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var adductors = $(".Hip_adductors");
adductors.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -10416 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Flexors = $(".Hip_Flexors");
Flexors.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -10912 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var Tensor=$(".Tensor_fasciae_latae");
Tensor.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -11408 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var medius = $(".Gluteus_medius");
medius.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -11904 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});
var maximus = $(".Gluteus_maximus");
maximus.hover(function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + -12400 + "px";
},function(){
document.getElementById("muscle_map").style.backgroundPosition = 0 + "px " + 0 + "px";
});