
function toggleTagBox(MP_ROOTPATH)
{if(document.getElementById('tags').style.display=='none')
{$('#tags').show();$('#tagsFooter').show();$('#tagMaxMin').attr('src',MP_ROOTPATH+"images/tagminus.gif");}
else
{$('#tags').hide();$('#tagsFooter').hide();$('#tagMaxMin').attr('src',MP_ROOTPATH+"images/tagplus.gif");}}
function getCloudTags(tag)
{document.getElementById('newsTagSearch').value=tag;xmlhttpvd_latestvideos(WEBTV_AJAXPATH+'latestvideos.php','firstview','medias.publish_time','thumb','','cloudTagSearch','','','','','','0','','latestvideos_search_results');}
function expandTagBox(){$('#allTags').show();$('#minusIconTag').show();$('#someTags').hide();$('#plusIconTag').hide();}
function collapsTagBox(){$('#someTags').show();$('#plusIconTag').show();$('#allTags').hide();$('#minusIconTag').hide();}