// ARGE Sensorik scripts
// (C) Frieder Lucklum, IME 2007

// vars
button1 = new Image();
button1.src = './images/arge_button1.jpg';
button1_high = new Image();
button1_high.src = './images/arge_button1_high.jpg';
button1_pressed = new Image();
button1_pressed.src = './images/arge_button1_pressed.jpg';


// functions

function img_swap(img_id, swap_img)
{
	window.document.images[img_id].src = swap_img;
}

