- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
<SCRIPT language="JavaScript" type="text/javascript">
<!--
var im = new Array("news", "info", "production", "ecology", "social", "friends");
var img = new Object();
for (var i=0; i<=5; i++) {
eval("img." + im[i] + "= new Image()");
eval("img." + im[i] + "_= new Image()");
eval("img." + im[i] + ".src = 'images/c_menu_" + im[i] + ".gif'");
eval("img." + im[i] + "_.src = 'images/c_menu_" + im[i] + "_.gif'");
}
function changeImage(id, action) {
eval ("document.images['" + id + "'].src=img." + id + action + ".src");
}
//-->
</SCRIPT>
mrbig66 21.04.2010 15:45 # −2
cfdev 21.04.2010 15:57 # −5
cheef 21.04.2010 17:53 # 0
Cr@ZyBoY 21.04.2010 17:58 # 0
Dreyk 21.04.2010 20:49 # 0
zantor 27.04.2010 00:22 # 0
C++0x 23.04.2010 00:41 # −5