// Change canRollOver to true in JavaScript 1.1
canRollOver = true;

// Primary and rollover image sources #1
switch1out = new Image(97,21); 
switch1out.src = 'images/m_pl1.gif';
switch1over = new Image(97,21); 
switch1over.src = 'images/m_pl2.gif';

// Primary and rollover image sources #2
switch2out = new Image(81,21); 
switch2out.src = 'images/m_a1.gif';
switch2over = new Image(81,21); 
switch2over.src = 'images/m_a2.gif';

// Primary and rollover image sources #4
switch4out = new Image(81,21); 
switch4out.src = 'images/m_p1.gif';
switch4over = new Image(81,21); 
switch4over.src = 'images/m_p2.gif';

// Primary and rollover image sources #5
switch5out = new Image(97,21); 
switch5out.src = 'images/m_c1.gif';
switch5over = new Image(97,21); 
switch5over.src = 'images/m_c2.gif';

