// JavaScript Document

function menuRoll(imagine,stats,path) {	
	//alert(imagine,stats,path);
	if(imagine){
		
	//var xx = document.getElementById(imagine);
	document.getElementById(imagine).src=path+'/images/menu/'+imagine+'_'+stats+'.gif';	
		
	}
}

function showLayer(id) {
	document.getElementById(id).style.display='block';
}
function hideLayer(id) {
	document.getElementById(id).style.display='none';
}

function toggleVisible(id) {
	vs = document.getElementById(id).style;	
	if(vs.display == '') {
		vs.display='block';
	}
	else {
		vs.display='';
	}
	
}


function largeImage(cale,poza) {
	im = window.open('/maricon2/utils/largepic.php?path='+cale+'&img='+poza,'largeImage','scrollbars=no');
	return true;
}

function delCategPicture(id) {
		window.open('category_picdel.php?id='+id,'delcatpic','width=100,height=50,srollbars=no');
}

//Rollover images: footer cu partenerii

function swap(imagine,stats,path) {
	
		document.getElementById(imagine).src=path+'/images/parteneri/'+imagine+'_'+stats+'.jpg';
}
