function addbookmark() {
if (document.all) this.setHomePage("http://www.sibiul.ro");
}

function EscreveFlash(piWid, piHei, psSrc, psId) 
{
var strSwf;

strSwf = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" id="+psId+" width="+piWid+" height="+piHei+">";
strSwf += "<param name=\"movie\" value="+psSrc+" />";
strSwf += "<param name=\"allowScriptAccess\" value=\"sameDomain\" />";
strSwf += "<param name=\"quality\" value=\"high\" />";
strSwf += "<param name=\"wmode\" value=\"transparent\" />";
strSwf += "<embed id="+psId+" name="+psId+" allowScriptAccess=\"sameDomain\" swLiveConnect=\"true\" src="+psSrc+" quality=\"high\" wmode=\"transparent\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width="+piWid+" height="+piHei+"></embed></object>";

this.document.write(strSwf);
} 
// ---------
var win = null; 
function popup(pagina,nome,w,h){ 
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=no' 
win = window.open(pagina,nome,settings) 
} 
function popupnews(pagina,nome,w,h){ 
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=no' 
win = window.open(pagina,nome,settings) 
} 
function hv(signo){
url="http://www.horoscopovirtual.com.br/horoscopo/?signo=" + signo + "&parceiro=soledade"
window.open(url,"hv", "resizable=yes,toolbar=no,location=no,directories=no,status=no, menubar=no,toolbar=no,scrollbars=no,maximized=yes,copyhistory=no,width=370,height=470")}


function produto(pagina,nome,w,h){ 
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable=no' 
win = window.open(pagina,nome,settings) 
} 

function validasenddata(senddata) {
if (senddata.nome.value == "")
{ alert("oops! coloca o seu nome ae!");
   senddata.nome.focus();
return (false);
}
if (senddata.email.value == "")
{ alert("oops! esqueceu o email cabeção!");
   senddata.email.focus();
   return (false);
}
parte1 = senddata.email.value.indexOf("@");
parte2 = senddata.email.value.indexOf(".");
parte3 = senddata.email.value.length;
if (!(parte1 >= 3 && parte2 >= 6 && parte3 >= 9)) {
         alert ("oops! você precisa de um e-mail válido!");
         senddata.VotreEmail.focus();
         return false;
}
return (true);
}

function tabS(rTag) {
if (document.mfrm) {
    if (document.mfrm.q.value==""){   
        return true; 
    }
    else {
        document.mfrm.action=rTag; 
        document.mfrm.submit();
         return false;
    }
}
}

function verifyTrText(){if(document.frmTrText.urltext.value.length==0){alert("Digite algum texto para traduzir.");return false;}}