var bookmarkurl=document.location
var bookmarktitle=document.title

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


function Chat() { //v2.0
  window.open('chat/index.php','chat','resizable=yes,width=720,height=480');
}


function Enquete() { //v2.0
  window.open('enquete.php','enquete','resizable=yes,width=300,height=350');
}

function Conteudo(url) { //v2.0
  window.open(url,'Ampliacao','resizable=yes,scrollbars=yes,width=700,height=470');
}


function Busca(){
		f = document.busca;
		if (f.procura.value == ""){
		alert("Digite uma palavra!");
		f.procura.focus();
		return false;
		}

return true;
}

function flash(file, width, height){
    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='" + width + "' height='" + height + "'>");
    document.write("<param name='wmode' value='transparent'>");
    document.write("<param name='movie' value='" + file + "'>");
    document.write("<param name='quality' value='high'>");
    document.write("<embed wmode='transparent' src='" + file + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + width + "' height='" + height + "'></embed>");
    document.write("</object>");
}
