function swapon(placardImage, buttonPosition, buttonImage){
	swapImage('pannel','',placardImage,1);
	swapImage(buttonPosition,'',buttonImage,1);
}
function swapoff(){
	swapImgRestore();
	swapImage('pannel','','img/white.gif',1);
}
function incarcapoze(){
doPreloadImages('img/cursuri_over_04.gif','img/cursuri_over_06.gif','img/cursuri_over_07.gif','img/cursuri_over_09.gif','img/spacer.gif','img/white.gif');
}

function itemon(imagine, imgarrow){
	swapImage(imagine,'',imgarrow,1);
}

function itemoff(imagine){
	swapImgRestore();
	swapImage(imagine,'','img/spacer.gif',1);
}