// JavaScript Document
var text = "VIVA SANTOS - VISITE SANTOS O ANO TODO" //status message
var speed = 200
var x = 0
function bb() {
var a = text.substring(0,x)
var b = text.substring(x,x+1).toUpperCase()
var c = text.substring(x+1,text.length)
window.status = a + b + c
if (x == text.length) {
x = 0
}
else {
x++
}
setTimeout("bb()",speed)
}
bb();

function abrecentro1(janela,nome) //somente para index
{
window.open ("centrohistorico/idx/main.htm","centro","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=790,height=487");
}
function abrecentro(janela,nome) //para paginas txt
{
window.open ("../centrohistorico/idx/main.htm","centro","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=790,height=487");
}
function abrecentro2(janela,nome) //somente para direita e conteudo
{
window.open ("../../centrohistorico/idx/main.htm","centro","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=790,height=487");
}
function abre1(janela,nome)
{
window.open ("../comum/mpcentro.htm","mp1","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=750,height=434");
}
function abre2(janela,nome)
{
window.open ("../comum/mpgonzaga.htm","mp2","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=660,height=548");
}
function abre3(janela,nome)
{
window.open ("../comum/mpitarare.htm","mp3","toolbar=no,left=100,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=354,height=648");
}
function abre4(janela,nome)
{
window.open ("../comum/mpcoletivos.htm","mp4","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=600,height=498");
}
function abre5(janela,nome)
{
window.open ("../comum/mprodovias.htm","mp5","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=700,height=516");
}
function abre6(janela,nome)
{
window.open ("../comum/mpOrla.htm","mp6","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=533,height=454");
}
function abre7(janela,nome)
{
window.open ("../comum/mpBonde.htm","mp7","toolbar=no,left=0,top=0,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=732,height=454");
}
function anuncie() //para index
{
     top.location.href="comum/anuncie/frame_a.htm";
}

var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
// --> 

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function printit(){  
	if (window.print) {
   	window.print() ;  
	} 
	else {
   	var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
		document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
		WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box    WebBrowser1.outerHTML = "";  
	}
}

var bookmarkurl="http://www.vivasantos.com.br"
var bookmarktitle="Viva Santos - o site da cidade de Santos"

function addbookmark(){
	if (document.all)
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
}