ddsmoothmenu.init({
	mainmenuid: "smoothmenu1",
	orientation: 'h',
	classname: 'ddsmoothmenu',
	contentsource: "markup"
})

function ustbuton(no,durum){

var menutab=eval("document.getElementById('usttab_"+no+"')");
var menutd=eval("document.getElementById('usttd_"+no+"')");
var menulink=eval("document.getElementById('ustlink_"+no+"')");
var menuok=eval("document.getElementById('ustok_"+no+"')");

	if(durum==1){
	menutd.style.background="";
	menutab.style.background="url(https://www.ddrhost.com/imagens/fundo-botao-ativo.gif) repeat-x";
	menulink.className='but5';
	menuok.style.background="url(https://www.ddrhost.com/imagens/fundo-botao-seta.gif) center no-repeat";
	}else{
		if(no!=3){
		menutd.style.background="url(https://www.ddrhost.com/imagens/fundo-botao-pagina.gif) top left no-repeat";
		menutab.style.background="url(https://www.ddrhost.com/imagens/fundo-botao-pagina.gif) right no-repeat";
		//menutab.style.borderRight="1px solid #bbc1c2";
		}else{
		menutab.style.background="";
		//menutab.style.borderRight="";
		}
	menulink.className='but5_';
	menuok.style.background="";	
	}

}

function Mostra(idDiv,idImg){     div = document.getElementById(idDiv);     img = document.getElementById(idImg);

     if(div.style.display == 'none')     {        div.style.display = 'block';        img.src='https://www.ddrhost.com/imagens/minimizar.gif';     }     else     {        div.style.display = 'none';        img.src='https://www.ddrhost.com/imagens/maximizar.gif';

     }}
