133
| <![CDATA[<script type="text/javascript">
hs.graphicsDir = '../../highslide/graphics/';
hs.wrapperClassName = "wide-border";
</script>]]>
|
158
| <![CDATA[<script language="JavaScript">
function janela(URL, width, height, scroll, nome) {
xmax = screen.width;
ymax = screen.height - 28;
x = (xmax - (width)) / 2;
y = (ymax - (height)) / 2;
if (scroll)
scr_stat = " scrollbars=yes ";
else
scr_stat = " scrollbars=no ";
features = "resizable=no height=" + height + " width=" + width + " left=" + x + " top=" + y + scr_stat;
features = features + "toolbar=no location=no directories=no status=no menubar=no";
newwin = window.open(URL, null, features, nome);
if (javascript_version > 1.0)
setTimeout('newwin.focus();', 250);
}
</script>]]>
|
264
| <![CDATA[<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>]]>
|
360
| <![CDATA[<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'pt-BR'}
</script>]]>
|
739
| <![CDATA[<script>
$(".close").click(function () {
$.each($('video'), function () {
this.pause();
});
//$.each($('audio'), function () {
// this.pause();
//});
$('iframe')[0].contentWindow.postMessage('{"event":"command","func":"stopVideo","args":""}', '*');
});
</script>]]>
|
782
| <![CDATA[<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>]]>
|