/* =================================== \\
        Mastershrimp.com v.3
         JS Button-Austausch

         (c)2005 by mastershrimp
      info: design.mastershrimp.com

\\ =================================== */

community0 	= new Image();
community0.src	= path + "button_comm0.jpg";
community1	= new Image();
community1.src	= path + "button_comm1.jpg";

guestbook0 	= new Image();
guestbook0.src	= path + "button_gb0.jpg";
guestbook1	= new Image();
guestbook1.src	= path + "button_gb1.jpg";

forum0 		= new Image();
forum0.src	= path + "button_forum0.jpg";
forum1 		= new Image();
forum1.src	= path + "button_forum1.jpg";

downloads0	= new Image();
downloads0.src	= path + "button_downl0.jpg";
downloads1	= new Image();
downloads1.src	= path + "button_downl1.jpg";

vote0 		= new Image();
vote0.src	= path + "button_vote0.jpg";
vote1		= new Image();
vote1.src	= path + "button_vote1.jpg";

gallery0	= new Image();
gallery0.src	= path + "button_gallery0.jpg";
gallery1 	= new Image();
gallery1.src	= path + "button_gallery1.jpg";

stuff0 		= new Image();
stuff0.src	= path + "button_stuff0.jpg";
stuff1		= new Image();
stuff1.src	= path + "button_stuff1.jpg";

options0	= new Image();
options0.src	= path + "button_options0.jpg";
options1	= new Image();
options1.src	= path + "button_options1.jpg";

about0		= new Image();
about0.src	= path + "button_about0.jpg";
about1		= new Image();
about1.src	= path + "button_about1.jpg";

function change_image(id, picture)
	{ document.getElementById(id).style.backgroundImage = "url(" + picture.src + ")"; }
