	function ToBook()
	{
		var bookmarkurl="http://www.grapho.com.br"
		var bookmarktitle="Grapho Computação Gráfica"
		if(document.all)
		{
			window.external.AddFavorite(bookmarkurl,bookmarktitle);
		}

	}

	function OpenWindowMembro(url) 
	{
  		msgWindow=window.open(url ,'MembroFORUM','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 1,width=400,height=250');
	}

	function OpenWindowRemember(url) 
	{
  		msgWindow=window.open(url ,'RememberFORUM','toolbar= 0,location= 0,directories= 0,status= 1,menubar= 0,scrollbars= 0,resizable= 1,copyhistory= 1,width=400,height=250');
	}

  	function OpenWindow()
  	{
		var NewWindow
      		NewWindow = window.open("informacao_forum.html",null,"height=320,width=210,left=100,top=100status=no,titlebar=no ,toolbar=no,menubar=no,location=no");
  	}
