// JavaScript Document
function multimidia(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function slide(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function comentarios(url)
{
window.open(url,'comentar','width=500,height=450,scrollbars=no');
}

function cadastre(url)
{
window.open(url,'cadastro','width=390,height=380,scrollbars=no');
}

function videos(url)
{
window.open(url,'videos','width=650,height=430,scrollbars=no resize=no left=150, top=100');
}

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_setTextOfLayer(objId,x,newText) { //v9.0
  with (document) if (getElementById && ((obj=getElementById(objId))!=null))
    with (obj) innerHTML = unescape(newText);
}


//-->