function addFav(){
    var url        	= "http://www.pontaoculturartes.com.br";
    var title    	= "Portal Culturartes - Portal da Cultura";
    if (window.sidebar) window.sidebar.addPanel(title, url,"");
    else if(window.opera && window.print){
        var mbm = document.createElement('a');
        mbm.setAttribute('rel','sidebar');
        mbm.setAttribute('href',url);
        mbm.setAttribute('title',title);
        mbm.click();
    }
    else if(document.all){window.external.AddFavorite(url, title);}
}

function janelaIndicacao(URL)
{
	window.open(URL,"PontaodeCultura","menubar=0,resizable=0,width=200,height=250,top=100,left=100,scrollbars=NO");
}

function janelaImpressao(URL)
{
	window.open(URL,"PontaodeCultura","menubar=0,resizable=0,width=617,height=550,top=0,left=0,scrollbars=yes");
}

function janelaEnquete(URL)
{
	window.open(URL,"PontaodeCultura","menubar=0,resizable=0,width=280,height=320,top=100,left=100,scrollbars=yes");
}
