var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-7378479-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); function update_replay_list (v_form) { var tmp = ""; var tmp2 = ""; var val = (document.getElementById(v_form))["replays_id[]"]; if (val.length == undefined) val = new Array(val); for (var i=0;i<(val.length);i++) { if (val[i].checked) { tmp += "-"+val[i].value; } tmp2 += "-"+val[i].value; } if (tmp.length == 0) tmp = tmp2; tmp = tmp.substring(1); v_url_field = document.getElementById("url_replay_field"); tmp = "http://ggxxnet.free.fr/?p=list&q="+tmp; v_url_field.value = tmp; } function show_hide_replies (reply) { var prefix = "replies_"; alert(document.getElementById(reply).className); }