post_on = new Image(); post_on.src = "images/nuovopost_on.gif";
post_off = new Image(); post_off.src = "images/nuovopost_off.gif";
repl_on = new Image(); repl_on.src = "images/rispondi_on.gif";
repl_off = new Image(); repl_off.src = "images/rispondi_off.gif";
clos_on = new Image(); clos_on.src = "images/argomentochiuso_on.gif";
clos_off = new Image(); clos_off.src = "images/argomentochiuso_off.gif";
lreg_off = new Image(); lreg_off.src = "images/6lregistrati_off.gif";
lreg_on  = new Image(); lreg_on.src  = "images/6lregistrati_on.gif";
lpro_off = new Image(); lpro_off.src = "images/6lpannello_off.gif";
lpro_on  = new Image(); lpro_on.src  = "images/6lpannello_on.gif";
lmem_off = new Image(); lmem_off.src = "images/6lutenti_off.gif";
lmem_on  = new Image(); lmem_on.src  = "images/6lutenti_on.gif";
lcer_off = new Image(); lcer_off.src = "images/6lricerca_off.gif";
lcer_on  = new Image(); lcer_on.src  = "images/6lricerca_on.gif";
lgui_off = new Image(); lgui_off.src = "images/6lguida_off.gif";
lgui_on  = new Image(); lgui_on.src  = "images/6lguida_on.gif";
lcal_off = new Image(); lcal_off.src = "images/6lcalendario_off.gif";
lcal_on  = new Image(); lcal_on.src  = "images/6lcalendario_on.gif";
fbot_off = new Image(); fbot_off.src = "images/bottoncino_off.gif";
fbot_on  = new Image(); fbot_on.src  = "images/bottoncino_on.gif";
bginput  = new Image(); bginput.src  = "images/bginput.gif";

function ImageOn() {
if (document.images) {
document[ImageOn.arguments[0]].src = eval(ImageOn.arguments[0].substr(0,4) + "_on.src"); } }

function ImageOff() {
if (document.images) {
document[ImageOff.arguments[0]].src = eval(ImageOff.arguments[0].substr(0,4) + "_off.src");
self.status='Postare.it';
return true; } }

function popup(url,name,feat) {
win=window.open(url,name,feat+", resizable=no, toolbar=no, location=no, menubar=no, status=no");
win.focus(); }