function MM_preloadImages() 
{ 
	//v3.0 
	var d=document; 
	if(d.images)
	{ 
		if(!d.MM_p) 
			d.MM_p=new Array(); 
		var i,j=d.MM_p.length,a=MM_preloadImages.arguments; 
		for(i=0; i<a.length; i++) 
		if (a[i].indexOf("#")!=0)
		{
			d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];
		}
	}
}
function changeImg(id) 
{
	if (id==1) document.getElementById('menu_img'+id).src='images/Curs pentru viitori parinti over.png';
	if (id==2) document.getElementById('menu_img'+id).src='images/Masaj over.png';
	if (id==3) document.getElementById('menu_img'+id).src='images/Gimnastica Prenatala over.png';
	if (id==4) document.getElementById('menu_img'+id).src='images/Gimnastica Pilates over.png';
	if (id==5) document.getElementById('menu_img'+id).src='images/Consiliere over.png';
	if (id==6) document.getElementById('menu_img'+id).src='images/Voucher Cadou over.png';
}


function unchangeImg(id) 
{
	if (id==1) document.getElementById('menu_img'+id).src='images/Curs pentru viitori parinti.png';
	if (id==2) document.getElementById('menu_img'+id).src='images/Masaj.png';
	if (id==3) document.getElementById('menu_img'+id).src='images/Gimnastica Prenatala.png';
	if (id==4) document.getElementById('menu_img'+id).src='images/Gimnastica Pilates.png';
	if (id==5) document.getElementById('menu_img'+id).src='images/Consiliere.png';
	if (id==6) document.getElementById('menu_img'+id).src='images/Voucher Cadou.png';
	
}
