

	var button_wcam_on = new Image();
	var button_wcam_off = new Image();
	button_wcam_on.src  = "/images/button_wcam_on.gif";
	button_wcam_off.src = "/images/button_wcam_off.gif";


	var selidexriston_on = new Image();
	var selidexriston_off = new Image();
	selidexriston_on.src  = "/images/selidexriston_on.gif";
	selidexriston_off.src = "/images/selidexriston_off.gif";

	var greecarts_on = new Image();
	var greecarts_off = new Image();
	greecarts_on.src  = "/images/greecarts_on.gif";
	greecarts_off.src = "/images/greecarts_off.gif";
	
	var forum_on = new Image();
	var forum_off = new Image();
	forum_on.src  = "/images/forum_on.gif";
	forum_off.src = "/images/forum_off.gif";

	var chat_on = new Image();
	var chat_off = new Image();
	chat_on.src  = "/images/chat_on.gif";
	chat_off.src = "/images/chat_off.gif";


	var m01_on = new Image();
	var m02_on = new Image();
	var m03_on = new Image();
	var m04_on = new Image();
	var m05_on = new Image();
	var m06_on = new Image();
	var m07_on = new Image();
	var m08_on = new Image();
	var m09_on = new Image();
	var m10_on = new Image();
	var m11_on = new Image();

	var m01_off = new Image();
	var m02_off = new Image();
	var m03_off = new Image();
	var m04_off = new Image();
	var m05_off = new Image();
	var m06_off = new Image();
	var m07_off = new Image();
	var m08_off = new Image();
	var m09_off = new Image();
	var m10_off = new Image();
	var m11_off = new Image();


	m01_on.src  = "/images/m01_on.gif";
	m02_on.src  = "/images/m02_on.gif";
	m03_on.src  = "/images/m03_on.gif";
	m04_on.src  = "/images/m04_on.gif";
	m05_on.src  = "/images/m05_on.gif";
	m06_on.src  = "/images/m06_on.gif";
	m07_on.src  = "/images/m07_on.gif";
	m08_on.src  = "/images/m08_on.gif";
	m09_on.src  = "/images/m09_on.gif";
	m10_on.src  = "/images/m10_on.gif";
	m11_on.src  = "/images/m11_on.gif";
	
	
	m01_off.src  = "/images/m01_off.gif";
	m02_off.src  = "/images/m02_off.gif";
	m03_off.src  = "/images/m03_off.gif";
	m04_off.src  = "/images/m04_off.gif";
	m05_off.src  = "/images/m05_off.gif";
	m06_off.src  = "/images/m06_off.gif";
	m07_off.src  = "/images/m07_off.gif";
	m08_off.src  = "/images/m08_off.gif";
	m09_off.src  = "/images/m09_off.gif";
	m10_off.src  = "/images/m10_off.gif";
	m11_off.src  = "/images/m11_off.gif";
	


	var index_pro_prof_on = new Image();
	var index_pro_prof_off = new Image();
	index_pro_prof_on.src  = "/images/index_pro_prof_on.gif";
	index_pro_prof_off.src = "/images/index_pro_prof_off.gif";

	var index_pro_bis_on = new Image();
	var index_pro_bis_off = new Image();
	index_pro_bis_on.src  = "/images/index_pro_bis_on.gif";
	index_pro_bis_off.src = "/images/index_pro_bis_off.gif";

	var index_pro_sta_on = new Image();
	var index_pro_sta_off = new Image();
	index_pro_sta_on.src  = "/images/index_pro_sta_on.gif";
	index_pro_sta_off.src = "/images/index_pro_sta_off.gif";

	var index_pro_jun_on = new Image();
	var index_pro_jun_off = new Image();
	index_pro_jun_on.src  = "/images/index_pro_jun_on.gif";
	index_pro_jun_off.src = "/images/index_pro_jun_off.gif";

	var index_pro_adv_on = new Image();
	var index_pro_adv_off = new Image();
	index_pro_adv_on.src  = "/images/index_pro_adv_on.gif";
	index_pro_adv_off.src = "/images/index_pro_adv_off.gif";





function rollOff(img){
	if (document.images){
		window.document[img].src = eval(img + "_off.src");
	}
}
function rollOn(img){
	if (document.images){
		window.document[img].src = eval(img + "_on.src");
	}
}		