<!--

 if(document.images){
	P_ml0_on= new Image();
	P_ml0_on.src ="images/acc_on.gif";
	P_ml0_off= new Image();
	P_ml0_off.src ="images/acc_off.gif";

	P_ml1_on= new Image();
	P_ml1_on.src ="images/pre_on.gif";
	P_ml1_off= new Image();
	P_ml1_off.src ="images/pre_off.gif";

	P_ml2_on= new Image();
	P_ml2_on.src ="images/pro_on.gif";
	P_ml2_off= new Image();
	P_ml2_off.src ="images/pro_off.gif";

	P_ml3_on= new Image();
	P_ml3_on.src ="images/met_on.gif";
	P_ml3_off= new Image();
	P_ml3_off.src ="images/met_off.gif";

	P_ml4_on = new Image();
	P_ml4_on.src ="images/tech_on.gif";
	P_ml4_off = new Image();
	P_ml4_off.src ="images/tech_off.gif";

	P_ml5_on = new Image();
	P_ml5_on.src ="images/kon_on.gif";
	P_ml5_off = new Image();
	P_ml5_off.src ="images/kon_off.gif";
 
 	P_ml7_on = new Image();
	P_ml7_on.src ="images/f.gif";
	P_ml7_off = new Image();
	P_ml7_off.src ="images/f.jpg";

	P_ml8_on = new Image();
	P_ml8_on.src ="images/d.gif";
	P_ml8_off = new Image();
	P_ml8_off.src ="images/d.jpg";

	P_ml9_on = new Image();
	P_ml9_on.src ="images/mail_on.gif";
	P_ml9_off = new Image();
	P_ml9_off.src ="images/mail.gif";

	P_ml10_on = new Image();
	P_ml10_on.src ="images/sitem_on.gif";
	P_ml10_off = new Image();
	P_ml10_off.src ="images/sitem.gif";

 }
//->
