




function Show(ShowID){if (document.getElementById(ShowID).style.display=='block'){$('#'+ShowID).hide('normal');}else{$('#'+ShowID).show('normal');}}





function cambiar(estediv,estediv2){

if(document.getElementById(estediv).className!=estediv2){


if(document.getElementById('ArticlesAdditionalComments')){
if(estediv=='ArticlesToHelpMainComments'){
document.getElementById(estediv).className = estediv2;

$('#ArticlesAdditionalComments').show('normal');



}else{document.getElementById('ArticlesToHelpMainComments').className = 'ArticlesToHelpMainButton';
$('#ArticlesAdditionalComments').hide('normal');}
}


if(estediv=='ArticlesToHelpMainRelated'){
document.getElementById(estediv).className = estediv2;

$('#ArticlesAdditionalRelated').show('normal');

}else{document.getElementById('ArticlesToHelpMainRelated').className = 'ArticlesToHelpMainButton';
$('#ArticlesAdditionalRelated').hide('normal');
}

if(estediv=='ArticlesToHelpMainComuniti'){
document.getElementById(estediv).className = estediv2;
$('#ArticlesAdditionalComuniti').show('normal');
}else{document.getElementById('ArticlesToHelpMainComuniti').className = 'ArticlesToHelpMainButton';
$('#ArticlesAdditionalComuniti').hide('normal');
}
}

}




function SearchBoxDelete(SearchElement){
if(SearchElement.value=="buscar..."){SearchElement.value="";}}
function SearchBoxWrite(SearchElement){
if(SearchElement.value==""){SearchElement.value="buscar...";}}


function TextBoxEmpty(SearchElement,SearchElement2){
if(SearchElement.value==SearchElement2){SearchElement.value="";}}
function TextBoxRefill(SearchElement,SearchElement2){
if(SearchElement.value==""){SearchElement.value=SearchElement2;}}





