button1up=new Image(120,67);
button1up.src="gfx/romix1.jpg";
button1down=new Image(120,67);
button1down.src="gfx/romix.jpg";

button2up=new Image(120,67);
button2up.src="gfx/samsung1.jpg";
button2down=new Image(120,67);
button2down.src="gfx/samsung.jpg";

button3up=new Image(120,67);
button3up.src="gfx/lg1.jpg";
button3down=new Image(120,67);
button3down.src="gfx/lg.jpg";

button4up=new Image(120,67);
button4up.src="gfx/greeb.jpg";
button4down=new Image(120,67);
button4down.src="gfx/greea.jpg";

button5up=new Image(120,67);
button5up.src="gfx/fuji1.jpg";
button5down=new Image(120,67);
button5down.src="gfx/fuji.jpg";

button6up=new Image(120,67);
button6up.src="gfx/aux1.jpg";
button6down=new Image(120,67);
button6down.src="gfx/aux.jpg";


button7up=new Image(120,67);
button7up.src="gfx/caldo1.jpg";
button7down=new Image(120,67);
button7down.src="gfx/caldo.jpg";


button8up=new Image(120,67);
button8up.src="gfx/acson1.jpg";
button8down=new Image(120,67);
button8down.src="gfx/acson.jpg";



var newwindow;

function displayWindow(url, width, height)
{
	
      newwindow = window.open(url, width ,'width=' + width + ',height=' + height + ', resizable=0,scrollbars=no,menubar=no,border=0,margin=0' );
	if (window.focus) {newwindow.focus()}
}