if (document.images) {
	m_opn = new Image();
	m_opn.src = "img/bullet_wht.gif";
	m_cls = new Image();
	m_cls.src = "img/pixel_clr.gif";
	m_sopn = new Image();
//	m_sopn.src = "img/bullet_F6BA84.gif";
	m_sopn.src = "img/bullet_FFFFFF.gif";
	m_sopn2 = new Image();
	m_sopn2.src = "img/bullet_FFFFFF.gif";
	
	s1_on = new Image();
	s1_on.src = "img/button_1.gif";
	s1_off = new Image();
	s1_off.src = "img/button_1_off.gif";
	s2_on = new Image();
	s2_on.src = "img/button_2.gif";
	s2_off = new Image();
	s2_off.src = "img/button_2_off.gif";
	s3_on = new Image();
	s3_on.src = "img/button_3.gif";
	s3_off = new Image();
	s3_off.src = "img/button_3_off.gif";
	s4_on = new Image();
	s4_on.src = "img/button_4.gif";
	s4_off = new Image();
	s4_off.src = "img/button_4_off.gif";
	s5_on = new Image();
	s5_on.src = "img/button_5.gif";
	s5_off = new Image();
	s5_off.src = "img/button_5_off.gif";
	s6_on = new Image();
	s6_on.src = "img/button_6.gif";
	s6_off = new Image();
	s6_off.src = "img/button_6_off.gif";
	s7_on = new Image();
	s7_on.src = "img/button_7.gif";
	s7_off = new Image();
	s7_off.src = "img/button_7_off.gif";

	blaunch_on = new Image();
	blaunch_on.src = "img/launch_button_on.gif";
	blaunch_off = new Image();
	blaunch_off.src = "img/launch_button.gif";
	bdetail_on = new Image();
	bdetail_on.src = "img/detail_button_on.gif";
	bdetail_off = new Image();
	bdetail_off.src = "img/detail_button.gif";

	
	clients_on = new Image();
	clients_on.src = "img/menu_clients_on.gif";
	clients_off = new Image();
	clients_off.src = "img/menu_clients.gif";
	portfolio_on = new Image();
	portfolio_on.src = "img/menu_portfolio_on.gif";
	portfolio_off = new Image();
	portfolio_off.src = "img/menu_portfolio.gif";
	solutions_on = new Image();
	solutions_on.src = "img/menu_solutions_on.gif";
	solutions_off = new Image();
	solutions_off.src = "img/menu_solutions.gif";
	lab_on = new Image();
	lab_on.src = "img/menu_lab_on.gif";
	lab_off = new Image();
	lab_off.src = "img/menu_lab.gif";
	contact_on = new Image();
	contact_on.src = "img/menu_contact_on.gif";
	contact_off = new Image();
	contact_off.src = "img/menu_contact.gif";
  
}

function cImg() {
  if (document.images) {
    for (var i=0; i<cImg.arguments.length; i+=2) {
      document[cImg.arguments[i]].src = eval(cImg.arguments[i+1] + ".src");
    }
  }
} 