// JavaScript Document

// osnovne funkcije


//function movepic(img_name,img_src) 
//function movepic() 
//{
	
	//document[img_name].src=img_src;


	//document.getElementById("centerimage").src="violin1.png";


///}



function movepic(img_name,img_src) {
document[img_name].src=img_src;
}




function rearrange()
{

//new Effect.Puff(onama);
	
	//new Effect.Appear(onama);


//document.write("ma daj");
// home:
//document[home1].src = "images/homedbtn.png";

document[home1].width = 81;
document[home1].height = 81;
//document.write("ma daj");
new Effect.Appear(home1);

//delete Effect.Appear(home1);
//delete Effect.Appear(onama);

//document[onama].src = "images/onama_btn.png";

document[onama].width = 81;
document[onama].height = 81;
new Effect.Appear(onama);

//delete Effect.Appear(home1);
//delete Effect.Appear(onama);

}


function roll_over(img_name, img_src)
{
   document[img_name].src = img_src;
}
